Site A: test-website-a.pages.dev
When Brave's De-AMP feature redirects from a cross-site AMP page back to this
origin, the Sec-Fetch-Site header should be cross-site
(because the redirect chain included a cross-site URL).
If De-AMP erases the cross-site hop from the redirect chain, the header will
incorrectly be same-origin.
Sec-Fetch-Site value on the results page.1. Cross-site AMP page (Site B) -- triggers De-AMP redirect to Site A
2. Direct same-origin link (control) -- should show same-origin
| Link | Expected Sec-Fetch-Site |
|---|---|
| Link 1 (via De-AMP from Site B) | cross-site |
| Link 2 (direct same-origin) | same-origin |