Skip to content

Commit 15806a0

Browse files
committed
fix: correct pages pub
1 parent 5af691c commit 15806a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
X-Frame-Options: DENY
2+
X-Frame-Options: ALLOW-FROM https://codebase-context-spec.pages.dev
33
X-XSS-Protection: 1; mode=block
44
X-Content-Type-Options: nosniff
55
Referrer-Policy: strict-origin-when-cross-origin
6-
Content-Security-Policy: default-src 'self' https: *.github.io; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: *.github.io; style-src 'self' 'unsafe-inline' https: *.github.io; img-src 'self' data: https: *.github.io; connect-src 'self' https: *.github.io; font-src 'self' https: *.github.io; frame-src 'self' https: *.github.io;
6+
Content-Security-Policy: default-src 'self' https: *.github.io; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: *.github.io; style-src 'self' 'unsafe-inline' https: *.github.io; img-src 'self' data: https: *.github.io; connect-src 'self' https: *.github.io; font-src 'self' https: *.github.io; frame-src 'self' https: *.github.io; frame-ancestors 'self' https://codebase-context-spec.pages.dev;
77
Permissions-Policy: camera=(), microphone=(), geolocation=()

0 commit comments

Comments
 (0)