File tree 1 file changed +6
-6
lines changed
examples/context-editor/public
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- X-Frame-Options: DENY
3
- X-XSS-Protection: 1; mode=block
4
- X-Content-Type-Options: nosniff
5
- Referrer-Policy: strict-origin-when-cross-origin
6
- Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:;
1
+ /*
2
+ X-Frame-Options: DENY
3
+ X-XSS-Protection: 1; mode=block
4
+ X-Content-Type-Options: nosniff
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;
7
7
Permissions-Policy: camera=(), microphone=(), geolocation=()
You can’t perform that action at this time.
0 commit comments