Skip to content

Commit

Permalink
remove deprecated security header
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Oct 26, 2024
1 parent 708dcb4 commit ffc758d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ server {
add_header X-UA-Compatible "IE=Edge,chrome=1";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
location / {
proxy_http_version 1.1;
Expand Down
1 change: 0 additions & 1 deletion dmoj/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ http {

add_header X-UA-Compatible "IE=Edge,chrome=1";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;


Expand Down

0 comments on commit ffc758d

Please sign in to comment.