Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 12, 2024
1 parent 69060cd commit 9f94707
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ const version = env_version || package_version;
const { withSentryConfig } = require("@sentry/nextjs");

const cspHeader = `
default-src 'self';
script-src 'self' 'unsafe-eval' 'unsafe-inline';
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data:;
font-src 'self';
object-src 'none';
base-uri 'self';
Expand Down

0 comments on commit 9f94707

Please sign in to comment.