Skip to content

Commit

Permalink
Adding SECURE_REFERRER_POLICY to app.json (#12277)
Browse files Browse the repository at this point in the history
Co-authored-by: Mavis Ou <[email protected]>
  • Loading branch information
robdivincenzo and mmmavis authored Apr 30, 2024
1 parent 2739576 commit 4785b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"NPM_CONFIG_PRODUCTION": "true",
"REVIEW_APP": "True",
"SECURE_CROSS_ORIGIN_OPENER_POLICY": "same-origin-allow-popups",
"SECURE_REFERRER_POLICY": "strict-origin-when-cross-origin",
"XROBOTSTAG_ENABLED": "True"
},
"buildpacks": [
Expand Down

0 comments on commit 4785b77

Please sign in to comment.