Skip to content

Commit 2f61147

Browse files
authored
Merge pull request #1857 from leviding/patch-9
Fix minor typo error
2 parents 2ae8261 + 0bf13ec commit 2f61147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Possible values are described in the [Referrer Policy specification](https://w3c
8989
- **`"no-referrer"`** -- never send `Referer`.
9090
- **`"origin"`** -- only send the origin in `Referer`, not the full page URL, e.g. only `http://site.com` instead of `http://site.com/path`.
9191
- **`"origin-when-cross-origin"`** -- send full `Referer` to the same origin, but only the origin part for cross-origin requests (as above).
92-
- **`"same-origin"`** -- send full `Referer` to the same origin, but no referer for for cross-origin requests.
92+
- **`"same-origin"`** -- send full `Referer` to the same origin, but no `Referer` for cross-origin requests.
9393
- **`"strict-origin"`** -- send only origin, don't send `Referer` for HTTPS→HTTP requests.
9494
- **`"strict-origin-when-cross-origin"`** -- for same-origin send full `Referer`, for cross-origin send only origin, unless it's HTTPS→HTTP request, then send nothing.
9595
- **`"unsafe-url"`** -- always send full url in `Referer`, even for HTTPS→HTTP requests.

0 commit comments

Comments
 (0)