Skip to content

Commit 61084e0

Browse files
authored
MWPW-175726 [Milo][MEP] DecorateMeta does not find localized federal preview urls on production pages (#4486)
Update decorateMeta to see federal prod urls
1 parent ee11267 commit 61084e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ function initSidekick() {
15931593

15941594
function decorateMeta() {
15951595
const { origin } = window.location;
1596-
const contents = document.head.querySelectorAll('[content*=".hlx."], [content*=".aem."]');
1596+
const contents = document.head.querySelectorAll('[content*=".hlx."], [content*=".aem."], [content*="/federal/"]');
15971597
contents.forEach((meta) => {
15981598
if (meta.getAttribute('property') === 'hlx:proxyUrl' || meta.getAttribute('name')?.endsWith('schedule')) return;
15991599
try {

0 commit comments

Comments
 (0)