Skip to content

Commit

Permalink
Add rules for Meticulous CSR (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
icco authored Mar 22, 2024
2 parents a60e300 + cb3b4f3 commit 2212737
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 227 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ const nextConfig = {
"https://*.natwelch.com",
domain,
domain.replace(/^https?/, "ws"),
"https://*.sentry.io/",
"https://user-events-v3.s3-accelerate.amazonaws.com",
"https://cognito-identity.us-west-2.amazonaws.com",
],
// font-src 'self' https://fonts.gstatic.com
fontSrc: ["'self'", "https://fonts.gstatic.com"],
Expand All @@ -84,6 +87,7 @@ const nextConfig = {
"blob:",
"https://*.natwelch.com",
"https://snippet.meticulous.ai",
"https://browser.sentry-cdn.com",
domain,
],
// style-src 'self' 'unsafe-inline' https://fonts.googleapis.com/
Expand Down
Loading

0 comments on commit 2212737

Please sign in to comment.