summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-24 20:34:30 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-24 20:34:30 +0200
commit7170ca5dfd7945474c64a737d9cbd0b6d92a5951 (patch)
tree20488ba6915211558bc7eba03be52c2273b12c9f /netlify.toml
parentd735b4c84034db7032b68886c770bcbd3594b6e8 (diff)
downloadgohugo-theme-ed-7170ca5dfd7945474c64a737d9cbd0b6d92a5951.tar.gz
Correct CSP header
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index f3b429b..08a2b00 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -89,7 +89,7 @@
# (including inline scripts and event-handling HTML attributes).
Content-Security-Policy = """
default-src 'self';
- script-src 'self' www.googletagmanager.com hypothes.is;
+ script-src 'self' www.googletagmanager.com hypothes.is cdn.hypothes.is;
style-src 'self';
img-src 'self' data: *.google-analytics.com www.googletagmanager.com www.gstatic.com stats.g.doubleclick.net;
font-src 'self';