mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
Add Onion-Location Header
Closes #2007 Co-Authored-By: Dawid Potocki <dawid@dawidpotocki.com>
This commit is contained in:
parent
777b0706a8
commit
6a37720bc4
@ -5,6 +5,7 @@ add_header Content-Security-Policy "default-src 'none'; script-src 'self' https:
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
||||
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';
|
||||
add_header Onion-Location http://www.privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion$request_uri always;
|
||||
add_header Expect-CT 'max-age=86400, enforce';
|
||||
add_header Referrer-Policy "strict-origin";
|
||||
add_header Feature-Policy "geolocation none;midi none;notifications none;push none;sync-xhr none;microphone none;camera none;magnetometer none;gyroscope none;speaker self;vibrate none;fullscreen self;payment none;";
|
||||
|
Loading…
Reference in New Issue
Block a user