File tree 1 file changed +2
-2
lines changed
examples/context-editor/public
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- X-Frame-Options: DENY
2
+ X-Frame-Options: ALLOW-FROM https://codebase-context-spec.pages.dev
3
3
X-XSS-Protection: 1; mode=block
4
4
X-Content-Type-Options: nosniff
5
5
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;
7
7
Permissions-Policy: camera=(), microphone=(), geolocation=()
You can’t perform that action at this time.
0 commit comments