Skip to content

Commit

Permalink
Revert "added headers"
Browse files Browse the repository at this point in the history
This reverts commit f60d214.
  • Loading branch information
blondfrogs committed Feb 27, 2023
1 parent f60d214 commit 72e8a18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ events { worker_connections 1024; }
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Headers
add_header X-XSS-Protection "1; mode=block";
add_header Content-Security-Policy "default-src 'self'; font-src *;img-src * data:; script-src *; style-src *";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options SAMEORIGIN;
sendfile on;
tcp_nopush on;
tcp_nodelay off;
Expand Down

0 comments on commit 72e8a18

Please sign in to comment.