Skip to content

Commit 5af691c

Browse files
committed
fix: for cf pages
1 parent 2b5e177 commit 5af691c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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;
77
Permissions-Policy: camera=(), microphone=(), geolocation=()

0 commit comments

Comments
 (0)