diff --git a/VERSION b/VERSION index 5ed5faa..9ee1f78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.10 +1.1.11 diff --git a/config/nginx.conf b/config/nginx.conf index bf54eaf..422540e 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -24,8 +24,7 @@ server { # error_page 403 /error-403; # Security Headers - add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' 'script-src-elem' https://trustseal.enamad.ir https://simurgh.00-team.org"; - # add_header Content-Security-Policy "default-src 'self'; script-src 'self' https://simurgh.00-team.org; style-src 'self' https://simurgh.00-team.org; object-src 'none';"; + add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' https://trustseal.enamad.ir https://simurgh.00-team.org https://www.googletagmanager.com"; add_header X-Content-Type-Options nosniff; add_header X-Frame-Options SAMEORIGIN; add_header X-XSS-Protection "1; mode=block";