diff --git a/mirage-support/helpers/django-html.js b/mirage-support/helpers/django-html.js index 1c9360cc..d740ed8a 100644 --- a/mirage-support/helpers/django-html.js +++ b/mirage-support/helpers/django-html.js @@ -1074,7 +1074,7 @@ var HTML = ` var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; - gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; + gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })();