Skip to content

Commit

Permalink
MWPW-163002-proxy marketing scripts for newsroom (#3251)
Browse files Browse the repository at this point in the history
proxy marketing scripts for newsroom
  • Loading branch information
Ruchika4 authored Dec 4, 2024
1 parent 0cca4db commit f8e87ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/martech/martech.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f8e87ab

Please sign in to comment.