This page contains a <noscript> block in its <head>
that performs an immediate redirect to nojs.test-website-a.pages.dev.
<noscript> redirect did not fire.nojs.test-website-a.pages.dev/noscript-redirect/landed.html.<noscript> redirect, you will
stay on this page (and see the <noscript> fallback message below).The <head> of this page contains:
<noscript>
<meta http-equiv="refresh"
content="0;url=https://nojs.test-website-a.pages.dev/noscript-redirect/landed.html" />
</noscript>
When JavaScript is disabled, the browser executes the <noscript>
block, which triggers an immediate client-side redirect to the subdomain.
| Scenario | Expected behavior |
|---|---|
| JS enabled | Page loads normally, no redirect |
| JS disabled (unprotected browser) | Redirected to nojs.test-website-a.pages.dev |
| JS disabled (protected browser) | Stays on this page, noscript redirect blocked |