feat: create an exception to embed iframe for peertube

This commit is contained in:
VC
2024-07-05 11:53:37 +02:00
parent a3dd20baad
commit e133e38764
4 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
# Other security headers
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Xss-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;