Skip to content

Commit

Permalink
Adding SECURE_REFERRER_POLICY to app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo committed Apr 29, 2024
1 parent a73956d commit cfb219e
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 cfb219e

Please sign in to comment.