Skip to content

Commit

Permalink
release: 1.1.11
Browse files Browse the repository at this point in the history
fixing the nginx conf for the 100th time
  • Loading branch information
i007c committed Sep 29, 2024
1 parent e6630c3 commit ce115fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.10
1.1.11
3 changes: 1 addition & 2 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ce115fe

Please sign in to comment.