From 3dca6d0387c68c4c2609db1dce443a4df1ae8f4e Mon Sep 17 00:00:00 2001 From: Rob DiVincenzo Date: Thu, 19 Sep 2024 17:26:05 -0400 Subject: [PATCH] Update onetrust data-domain-script (#12907) --- network-api/networkapi/utility/templatetags/mofo_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-api/networkapi/utility/templatetags/mofo_common.py b/network-api/networkapi/utility/templatetags/mofo_common.py index 7e25626a17..a5cc0a72e6 100644 --- a/network-api/networkapi/utility/templatetags/mofo_common.py +++ b/network-api/networkapi/utility/templatetags/mofo_common.py @@ -24,7 +24,7 @@ def onetrust_data_domain(): OneTrust's cookie script integration. While the test / production data domain id currently only differ by a suffix, this may change in the future """ - data_domain = "0190e65a-dbec-7548-89af-4b67155ee70a" + data_domain = "0191beda-31c8-76ff-9093-4055176ccf8c" if get_app_environment() == "Production": return data_domain else: