From cd82a905ae4437cd405f5913e4ca98c73812beb8 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 13 Mar 2020 14:24:54 -0400 Subject: [PATCH] Load Google Ad Manager code from doubleclick.net https://support.google.com/admanager/answer/1638622?hl=en --- assets/javascripts/discourse/components/google-dfp-ad.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/components/google-dfp-ad.js.es6 b/assets/javascripts/discourse/components/google-dfp-ad.js.es6 index 1010ca0..7373f85 100755 --- a/assets/javascripts/discourse/components/google-dfp-ad.js.es6 +++ b/assets/javascripts/discourse/components/google-dfp-ad.js.es6 @@ -213,7 +213,7 @@ function loadGoogle() { // The boilerplate code var dfpSrc = ("https:" === document.location.protocol ? "https:" : "http:") + - "//www.googletagservices.com/tag/js/gpt.js"; + "//securepubads.g.doubleclick.net/tag/js/gpt.js"; _promise = loadScript(dfpSrc, { scriptTag: true }).then(function() { _loaded = true; if (window.googletag === undefined) {