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

Add X-Frame-Options

Signed-off-by: samsepi0l <contact@simpleprivacy.fr>
This commit is contained in:
samsepi0l 2023-04-11 12:57:16 +02:00 committed by GitHub
parent 87adeb2078
commit 215817f6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,3 +39,4 @@ add_header X-XSS-Protection "0" 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;
add_header X-Frame-Options DENY always;