Skip to content

Commit

Permalink
feat:update csp (#1994)
Browse files Browse the repository at this point in the history
* feat:update csp
  • Loading branch information
ilayda-cp authored Sep 6, 2024
1 parent f25254f commit 58863e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"charmhub.io",
"*.cdn.snapcraftcontent.com",
"www.googletagmanager.com",
"stats.g.doubleclick.net",
],
"script-src-elem": [
"'self'",
Expand All @@ -50,9 +51,13 @@
"'self'",
"sentry.is.canonical.com",
"*.crazyegg.com",
"analytics.google.com",
"www.google-analytics.com",
"stats.g.doubleclick.net",
],
"frame-src": [
"'self'",
"td.doubleclick.net",
],
"style-src": [
"'self'",
Expand Down

0 comments on commit 58863e8

Please sign in to comment.