Skip to content

Commit

Permalink
chore(docs): fix referrer-policy header
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 6, 2024
1 parent 32c295a commit 814510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const nextConfig = {
headers: [
{
key: "Referrer-Policy",
value: "origin-when-cross-origin",
value: "strict-origin-when-cross-origin",
},
{
key: "Strict-Transport-Security",
Expand Down

0 comments on commit 814510a

Please sign in to comment.