Skip to content

Commit

Permalink
Changes accepted GA cookies name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarnes committed Dec 2, 2024
1 parent 4cabb5c commit 692b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbr/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
# Google Analytics (GA)
# Note: please consult the performance team before changing these settings
COOKIE_PREFERENCES_SET_NAME: str = "cookie_preferences_set"
COOKIE_ACCEPTED_GA_NAME: str = "accepted_ga_cookies"
COOKIE_ACCEPTED_GA_NAME: str = "cookies_policy"
GOOGLE_ANALYTICS_TAG_MANAGER_ID = env(
"GOOGLE_ANALYTICS_TAG_MANAGER_ID", default=None
)

0 comments on commit 692b58e

Please sign in to comment.