Moved HEader options to actually have an effect

pull/744/head^2
Merlin Dienst 2022-07-22 08:52:58 +02:00 committed by GitHub
parent b3dbbafd45
commit 8b741ceacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,3 @@
{xframe_options}
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
{app_upstream}
upstream kibana {
@ -63,6 +58,11 @@ server {
{app_config}
{xframe_options}
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
########################
# OpenVidu Locations #
########################