Skip to content

Commit

Permalink
add CLS scripts to the csp
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Aug 14, 2024
1 parent d36508f commit b2014f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default {
base-uri 'self';
form-action 'self';
upgrade-insecure-requests;
script-src 'self' 'unsafe-eval' https://api.rollbar.com/api/ https://platform.twitter.com/ https://www.googletagmanager.com/ ${cspHashValues.join(
script-src 'self' 'unsafe-eval' https://scripts.wobbl3.com/ https://api.rollbar.com/api/ https://platform.twitter.com/ https://www.googletagmanager.com/ ${cspHashValues.join(
" ",
)}`;
if (development) {
Expand Down

0 comments on commit b2014f0

Please sign in to comment.