Skip to content

Commit

Permalink
update default referer policy
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Nov 1, 2023
1 parent 065a4f3 commit 72e884b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions findthatcharity/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
LOGGING_DB = os.environ.get("LOGGING_DB")

CORS_ALLOW_ALL_ORIGINS = True
SECURE_REFERRER_POLICY = "strict-origin-when-cross-origin"

IGNORE_DOMAINS = (
"gmail.com",
Expand Down

0 comments on commit 72e884b

Please sign in to comment.