We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa138f commit b40aa1eCopy full SHA for b40aa1e
private-registry-stack/Caddyfile
@@ -23,6 +23,8 @@ ui.registry.mydomain.com {
23
X-Frame-Options "SAMEORIGIN"
24
X-Content-Type-Options "nosniff"
25
X-XSS-Protection "1; mode=block"
26
+ Permissions-Policy "camera=(), microphone=(), geolocation=()"
27
+ Referrer-Policy "strict-origin-when-cross-origin"
28
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';"
29
}
30
0 commit comments