There was an error while loading. Please reload this page.
2 parents 96858a8 + 42da5b1 commit 4ab3039Copy full SHA for 4ab3039
1 file changed
weft/handlers.go
@@ -64,7 +64,7 @@ var defaultCsp = map[string]string{
64
"style-src": "'self'",
65
"script-src": "'self'",
66
"connect-src": "'self' https://*.geonet.org.nz https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com",
67
- "frame-src": "'self' https://www.youtube.com https://www.google.com",
+ "frame-src": "'self' https://www.youtube.com https://www.google.com https://staticcdn.co.nz",
68
"form-action": "'self' https://*.geonet.org.nz",
69
"base-uri": "'none'",
70
"frame-ancestors": "'self'",
0 commit comments