Skip to content

Commit

Permalink
Add plausible to security context
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Feb 7, 2025
1 parent ecefeeb commit 8093666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server {
add_header X-Frame-Options "DENY" always;
add_header Strict-Transport-Security "max-age=31536000" always;
add_header Referrer-Policy "no-referrer" always;
add_header Content-Security-Policy "default-src 'self';" always;
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' plausible.la-suite.apps.digilab.network; connect-src 'self' plausible.la-suite.apps.digilab.network;" always;

error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
Expand Down

0 comments on commit 8093666

Please sign in to comment.