From f8e87abe1b78fe097e99b688777711f3391c2ab3 Mon Sep 17 00:00:00 2001 From: Ruchika Sinha <69535463+Ruchika4@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:18:46 -0800 Subject: [PATCH] MWPW-163002-proxy marketing scripts for newsroom (#3251) proxy marketing scripts for newsroom --- libs/martech/martech.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/martech/martech.js b/libs/martech/martech.js index 74df28252c..80f5cfd319 100644 --- a/libs/martech/martech.js +++ b/libs/martech/martech.js @@ -179,7 +179,7 @@ const setupEntitlementCallback = () => { }; function isProxied() { - return /^(www|milo|business|blog)(\.stage)?\.adobe\.com$/.test(window.location.hostname); + return /^(www|milo|business|blog|news)(\.stage)?\.adobe\.com$/.test(window.location.hostname); } let filesLoadedPromise = false;