Skip to content

Commit 4ab3039

Browse files
authored
Merge pull request #212 from GeoNet/shieldedSiteFrameSrcDefault
feat: add women's refuge shielded site to CSP default frame-src
2 parents 96858a8 + 42da5b1 commit 4ab3039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weft/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var defaultCsp = map[string]string{
6464
"style-src": "'self'",
6565
"script-src": "'self'",
6666
"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",
67+
"frame-src": "'self' https://www.youtube.com https://www.google.com https://staticcdn.co.nz",
6868
"form-action": "'self' https://*.geonet.org.nz",
6969
"base-uri": "'none'",
7070
"frame-ancestors": "'self'",

0 commit comments

Comments
 (0)