Merge pull request #1 from doktormerlin/master

Header moving
pull/744/head
Merlin Dienst 2022-07-22 11:32:23 +02:00 committed by GitHub
commit de8aa69789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,3 @@
{xframe_options}
{app_upstream} {app_upstream}
upstream openviduserver { upstream openviduserver {
@ -36,6 +34,8 @@ server {
{ssl_config} {ssl_config}
{proxy_config} {proxy_config}
{xframe_options}
{app_config} {app_config}

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} {app_upstream}
upstream kibana { upstream kibana {
@ -62,6 +57,11 @@ server {
{proxy_config} {proxy_config}
{app_config} {app_config}
{xframe_options}
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
######################## ########################
# OpenVidu Locations # # OpenVidu Locations #