summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-03-17 20:04:41 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-03-17 20:04:41 +0800
commit1f388391278dadf2cae977141a432aa2f39d8614 (patch)
tree54e917ea52bf9c22d6232f0a583e92a0d160c2c5 /netlify.toml
parentfb9efc8930b705f019223f8dfa06bc129c5ae13d (diff)
downloadgohugo-theme-ed-1f388391278dadf2cae977141a432aa2f39d8614.tar.gz
Remove hypothesis for annotation support.
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index d1d557c..e0e6473 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -88,14 +88,14 @@
# (including inline scripts and event-handling HTML attributes).
Content-Security-Policy = """
default-src 'self';
- script-src 'self' www.googletagmanager.com hypothes.is cdn.hypothes.is giscus.app;
- style-src 'self' cdn.hypothes.is giscus.app;
+ script-src 'self' www.googletagmanager.com giscus.app;
+ style-src 'self' giscus.app;
img-src 'self' data: *.google-analytics.com www.googletagmanager.com www.gstatic.com stats.g.doubleclick.net;
font-src 'self';
connect-src 'self' *.google-analytics.com *.analytics.google.com analytics.google.com www.googletagmanager.com stats.g.doubleclick.net;
media-src 'self';
object-src 'self';
- frame-src hypothes.is giscus.app;
+ frame-src giscus.app;
worker-src 'self';
frame-ancestors 'none';
form-action 'self' submit-form.com;