We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee11267 commit 61084e0Copy full SHA for 61084e0
libs/utils/utils.js
@@ -1593,7 +1593,7 @@ function initSidekick() {
1593
1594
function decorateMeta() {
1595
const { origin } = window.location;
1596
- const contents = document.head.querySelectorAll('[content*=".hlx."], [content*=".aem."]');
+ const contents = document.head.querySelectorAll('[content*=".hlx."], [content*=".aem."], [content*="/federal/"]');
1597
contents.forEach((meta) => {
1598
if (meta.getAttribute('property') === 'hlx:proxyUrl' || meta.getAttribute('name')?.endsWith('schedule')) return;
1599
try {
0 commit comments