Skip to content

Commit 5aa138f

Browse files
authored
Update Caddyfile
1 parent 3a2410f commit 5aa138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private-registry-stack/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ui.registry.mydomain.com {
2323
X-Frame-Options "SAMEORIGIN"
2424
X-Content-Type-Options "nosniff"
2525
X-XSS-Protection "1; mode=block"
26-
# Content-Security-Policy "default-src 'self';"
26+
Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self'; connect-src 'self'; img-src 'self' data:; font-src 'self'; form-action 'self'; frame-ancestors 'none';"
2727
}
2828
}

0 commit comments

Comments
 (0)