You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 5-network/06-fetch-api/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ These options govern how `fetch` sets HTTP `Referer` header.
50
50
51
51
Usually that header is set automatically and contains the url of the page that made the request. In most scenarios, it's not important at all, sometimes, for security purposes, it makes sense to remove or shorten it.
52
52
53
-
**The `referrer` option allows to set any `Referer` within the current origin) or remove it.**
53
+
**The `referrer` option allows to set any `Referer`(within the current origin) or remove it.**
0 commit comments