Browse Source

installation/pleroma.nginx: Add Content-Security-Policy

Closes: https://git.pleroma.social/pleroma/pleroma/issues/266
tags/v0.9.9
Haelwenn (lanodan) Monnier 5 years ago
parent
commit
0fd2eaf7af
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      installation/pleroma.nginx

+ 1
- 0
installation/pleroma.nginx View File

@@ -77,6 +77,7 @@ server {
add_header X-Content-Type-Options nosniff;
add_header Referrer-Policy same-origin;
add_header X-Download-Options noopen;
add_header Content-Security-Policy "default-src 'none'; base-uri 'self'; form-action 'self'; img-src 'self' data: https:; media-src 'self' https:; style-src 'self' 'unsafe-inline'; font-src 'self'; script-src 'self'; connect-src 'self' wss://example.tld; upgrade-insecure-requests;";
# Uncomment this only after you get HTTPS working.
# add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";


Loading…
Cancel
Save