Skip to content

Commit

Permalink
Fjerne amplitude fra csp
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed May 31, 2024
1 parent 6af40d9 commit 83c1e0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ const withPlugins = require("next-compose-plugins");
// Direktiver appen din benytter
const myAppDirectives = {
"script-src-elem": ["'self'", "https://uxsignals-frontend.uxsignals.app.iterate.no"],
"script-src": [
"'self'",
"https://uxsignals-frontend.uxsignals.app.iterate.no",
"https://amplitude.nav.no/collect-auto",
],
"script-src": ["'self'", "https://uxsignals-frontend.uxsignals.app.iterate.no"],
"style-src": ["unsafe-inline"],
"img-src": ["'self'", "data:", "https://uxsignals-frontend.uxsignals.app.iterate.no"],
"connect-src": [
Expand Down

0 comments on commit 83c1e0b

Please sign in to comment.