From 692b58ed8b843c3852baf9c87c2047e9732995df Mon Sep 17 00:00:00 2001 From: Greg Barnes Date: Mon, 2 Dec 2024 09:28:21 +0000 Subject: [PATCH] Changes accepted GA cookies name. --- fbr/config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbr/config/settings/base.py b/fbr/config/settings/base.py index b2fece6..8c43854 100644 --- a/fbr/config/settings/base.py +++ b/fbr/config/settings/base.py @@ -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 )