We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0219f6d commit 3beffa9Copy full SHA for 3beffa9
nginx/default.conf
@@ -37,7 +37,7 @@ http {
37
add_header X-Content-Type-Options "nosniff" always;
38
add_header X-XSS-Protection "1; mode=block" always;
39
add_header Referrer-Policy "no-referrer-when-downgrade" always;
40
- add_header Content-Security-Policy "default-src 'self'; img-src 'self' https://cdn.simpleicons.org; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'" always;
+ add_header Content-Security-Policy "default-src 'self'; connect-src 'self' https://plausible.io; img-src 'self' https://cdn.simpleicons.org; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'" always;
41
42
location / {
43
try_files $uri $uri/ /index.html;
0 commit comments