Skip to content

Commit

Permalink
Tighten Referrer-Policy to https only
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Nov 22, 2023
1 parent f6978b7 commit 6f75e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/docker/appconf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Header set Expires "Sun, 8 Jun 1986 08:06:00 GMT"
</FilesMatch>

Header always set X-Frame-Options "DENY"
Header always set Referrer-Policy "origin-when-cross-origin"
Header always set Referrer-Policy "strict-origin-when-cross-origin"
Header always set X-Content-Type-Options "nosniff"
2 changes: 1 addition & 1 deletion welcome/docker/appconf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Header set Expires "Sun, 8 Jun 1986 08:06:00 GMT"
</FilesMatch>

Header always set X-Frame-Options "DENY"
Header always set Referrer-Policy "origin-when-cross-origin"
Header always set Referrer-Policy "strict-origin-when-cross-origin"
Header always set X-Content-Type-Options "nosniff"

0 comments on commit 6f75e7b

Please sign in to comment.