From 54d43c688f585205426f11a6fd6ea540283b8506 Mon Sep 17 00:00:00 2001 From: Mark Doerr Date: Tue, 3 Oct 2023 12:19:23 -0700 Subject: [PATCH] UX: Update 'gtm_container_id' site setting description (#23763) It should point to GTM nonce documentation, which is our preferred implementation when the CSP is enabled. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 92bdd4ade80..9f4e90faccc 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1669,7 +1669,7 @@ en: ga_universal_tracking_code: "Google Universal Analytics tracking code ID, eg: UA-12345678-9; see https://google.com/analytics" ga_universal_domain_name: "Google Universal Analytics domain name, eg: mysite.com; see https://google.com/analytics" ga_universal_auto_link_domains: "Enable Google Universal Analytics cross-domain tracking. Outgoing links to these domains will have the client id added to them. See Google's Cross-Domain Tracking guide." - gtm_container_id: "Google Tag Manager container id. eg: GTM-ABCDEF.
Note: Third-party scripts loaded by GTM may need to be allowlisted in 'content security policy script src'." + gtm_container_id: "Google Tag Manager container id. eg: GTM-ABCD12E.
Note: To use GTM when the Content Security Policy (CSP) is enabled, see the documentation on meta: Use nonces in Google Tag Manager scripts." enable_escaped_fragments: "Fall back to Google's Ajax-Crawling API if no webcrawler is detected. See https://developers.google.com/webmasters/ajax-crawling/docs/learn-more" moderators_manage_categories_and_groups: "Allow moderators to create and manage categories and groups" moderators_change_post_ownership: "Allow moderators to change post ownership"