parent
65bf2aa4f3
commit
9ab1c4b83f
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||||||
add_header Strict-Transport-Security "max-age=63072000"; |
add_header Strict-Transport-Security "max-age=15768000; includeSubdomains; preload;"; |
||||||
add_header X-Frame-Options SAMEORIGIN; |
add_header X-Frame-Options SAMEORIGIN; |
||||||
add_header X-Content-Type-Options nosniff; |
add_header X-Content-Type-Options nosniff; |
||||||
add_header X-XSS-Protection "1; mode=block"; |
add_header X-XSS-Protection "1; mode=block"; |
||||||
add_header Referrer-Policy "strict-origin" always; |
add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin" always; |
||||||
add_header Content-Security-Policy "upgrade-insecure-requests" always; |
add_header Content-Security-Policy "upgrade-insecure-requests" always; |
||||||
add_header Feature-policy "accelerometer 'none';ambient-light-sensor 'none'; autoplay 'none';camera 'none';encrypted-media 'self';focus-without-user-activation 'none'; geolocation 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';payment 'none';picture-in-picture 'none'; speaker 'none';sync-xhr 'none';usb '*';vr 'none'"; |
add_header Feature-policy "accelerometer 'none';ambient-light-sensor 'none'; autoplay 'none';camera 'none';encrypted-media 'self';focus-without-user-activation 'none'; geolocation 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';payment 'none';picture-in-picture 'none'; speaker 'none';sync-xhr 'none';usb '*';vr 'none'"; |
||||||
|
Loading…
Reference in new issue