1
0
mirror of https://github.com/ArcticFoxes-net/Nitter-Docker-Compose synced 2025-02-20 23:31:34 -05:00

Add quotation marks

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-12 07:22:13 -04:00 committed by GitHub
parent 5eade2dace
commit 3a13044a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ add_header Referrer-Policy "same-origin" always;
add_header X-Content-Type-Options "nosniff" always;
#add_header X-UA-Compatible "IE=Edge" always;
add_header X-XSS-Protection "0" always;
add_header X-Frame-Options DENY always;
add_header X-Frame-Options "DENY" always;
add_header Cross-Origin-Resource-Policy same-origin;
add_header Cross-Origin-Embedder-Policy require-corp;
add_header Cross-Origin-Opener-Policy same-origin;