Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde authored Oct 24, 2024
1 parent 7bcfe5a commit 81d8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<IfModule mod_headers.c>
Header set X-XSS-Protection "1; mode=block"
Header always append X-Frame-Options SAMEORIGIN
Header set X-Content-Type-Options nosniff
# Header set X-Content-Type-Options "nosniff"
Header set Set-Cookie sess=123; path=/; SameSite=Strict
</IfModule>

0 comments on commit 81d8ebd

Please sign in to comment.