Skip to content

Commit b40aa1e

Browse files
authored
Update Caddyfile
1 parent 5aa138f commit b40aa1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

private-registry-stack/Caddyfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ui.registry.mydomain.com {
2323
X-Frame-Options "SAMEORIGIN"
2424
X-Content-Type-Options "nosniff"
2525
X-XSS-Protection "1; mode=block"
26+
Permissions-Policy "camera=(), microphone=(), geolocation=()"
27+
Referrer-Policy "strict-origin-when-cross-origin"
2628
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';"
2729
}
2830
}

0 commit comments

Comments
 (0)