Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove reference to schemes when describing same-origin requests (mdn…
…#41151)

Update referrer policy index.md

ref mdn#41130
  • Loading branch information
thunderbolt004 authored Sep 16, 2025
commit 8f99a7133a3cedb9c615091c31b9c77939899ec8
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Referrer-Policy: unsafe-url
- : Send only the {{glossary("origin")}} in the {{HTTPHeader("Referer")}} header.
For example, a document at `https://example.com/page.html` will send the referrer `https://example.com/`.
- `origin-when-cross-origin`
- : When performing a {{glossary("Same-origin_policy", "same-origin")}} request to the same protocol level (HTTP→HTTP, HTTPS→HTTPS), send the {{glossary("origin")}}, path, and query string. Send only the origin for cross origin requests and requests to less secure destinations (HTTPS→HTTP).
- : When performing a {{glossary("Same-origin_policy", "same-origin")}} request, send the {{glossary("origin")}}, path, and query string. Send only the origin for cross origin requests and requests to less secure destinations (HTTPS→HTTP).
- `same-origin`
- : Send the {{glossary("origin")}}, path, and query string for {{glossary("Same-origin_policy", "same-origin")}} requests. Don't send the {{HTTPHeader("Referer")}} header for cross-origin requests.
- `strict-origin`
Expand Down