feat: create an exception to embed iframe for peertube
This commit is contained in:
4
roles/nginx/templates/nginx.other_headers.conf.j2
Normal file
4
roles/nginx/templates/nginx.other_headers.conf.j2
Normal 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;
|
Reference in New Issue
Block a user