Skip to content

Commit

Permalink
feat: add missing csp
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayda-cp committed Oct 15, 2024
1 parent 1f653ed commit ba36647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"cdnjs.cloudflare.com",
"static.ads-twitter.com",
"*.cdn.digitaloceanspaces.com",
"www.redditstatic.com",
"snap.licdn.com",
"connect.facebook.net",
# This is necessary for Google Tag Manager to function properly.
"'unsafe-inline'",
],
Expand Down Expand Up @@ -105,6 +108,7 @@
"player.vimeo.com",
"js.stripe.com",
"www.googletagmanager.com",
"www.google.com",
"www.brighttalk.com",
],
"style-src": [
Expand Down

0 comments on commit ba36647

Please sign in to comment.