parent
23a0f9f4c4
commit
a71fafd723
1 changed files with 4 additions and 5 deletions
@ -1,6 +1,5 @@ |
|||||||
add_header Referrer-Policy 'no-referrer'; |
add_header X-XSS-Protection "1; mode=block"; |
||||||
add_header X-Content-Type-Options "nosniff" always; |
add_header Referrer-Policy "no-referrer"; |
||||||
add_header X-Frame-Options SAMEORIGIN always; |
add_header Content-Security-Policy "upgrade-insecure-requests"; |
||||||
add_header X-XSS-Protection "1; mode=block" always; |
add_header Permissions-Policy "geolocation=();midi=();notifications=(self);push=(self);sync-xhr=();microphone=();camera=();magnetometer=();gyroscope=();speaker=(self);vibrate=();fullscreen=(self);payment=();"; |
||||||
add_header Content-Security-Policy "upgrade-insecure-requests"; |
|
||||||
|
|
||||||
|
Loading…
Reference in new issue