We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ea2ca commit 1d132a1Copy full SHA for 1d132a1
1 file changed
src/.vuepress/public/.htaccess
@@ -5,3 +5,5 @@ RewriteCond %{REQUEST_FILENAME} !-d
5
RewriteRule . /404.html [L]
6
7
ErrorDocument 404 /404.html
8
+
9
+Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.githubusercontent.com *.github.com *.algolia.net *.algolianet.com *.timecho.com *.apachecon.com *.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' data: blob:; frame-ancestors 'self'; worker-src 'self' data: blob:; img-src 'self' blob: data: https: *.apache.org www.apachecon.com; style-src 'self' 'unsafe-inline' data:;"
0 commit comments