diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 267ad063..10a99cca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ Please always provide the [GitHub issue(s)](../issues) your PR is for, as well a Fix # Test URLs: -- Before: https://main--cn-website--netcentric.hlx.page/ -- After: https://--cn-website--netcentric.hlx.page/ +- Before: https://main--cn-website--netcentric.aem.live/ +- After: https://--cn-website--netcentric.aem.live/ diff --git a/plugins/experimentation/src/index.js b/plugins/experimentation/src/index.js index df42ae98..ee9ef9bc 100644 --- a/plugins/experimentation/src/index.js +++ b/plugins/experimentation/src/index.js @@ -679,6 +679,7 @@ export async function loadLazy(document, options, context) { ...(options || {}), }; if (window.location.hostname.endsWith('hlx.page') + || window.location.hostname.endsWith('aem.page') || window.location.hostname === ('localhost') || (typeof options.isProd === 'function' && !options.isProd()) || (options.prodHost && options.prodHost !== window.location.origin)) {