This page tests how Brave handles referrers when referrer policy is determined per-request, and not with a whole-page policy.
same-originBrave Shields behavior should not affect this setting, so these tests are more to make sure something wasn't broken upstream.
| Shields Setting | Cross-Origin? | Expected Value |
|---|---|---|
| Up | No | Full URL of this page |
| Up | Yes | No value |
| Down | No | Full URL of this page |
| Down | Yes | No value |
unsafe-url
Brave Shields should treat unsafe-url as if it was
strict-origin-when-cross-origin.
| Shields Setting | Cross-Origin? | Expected Value |
|---|---|---|
| Up | No | Full URL of this page |
| Up | Yes | Domain of this page |
| Down | No | Full URL of this page |
| Down | Yes | Full URL of this page |