From e1e185b39a24793f2364ff3e5c8045beab1d31a7 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Wed, 1 May 2024 16:27:44 -0700 Subject: [PATCH] Fix issue 33348: link to correct definition of a site: --- files/en-us/web/http/headers/sec-fetch-site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/http/headers/sec-fetch-site/index.md b/files/en-us/web/http/headers/sec-fetch-site/index.md index 8d9e9f1a488efb5..1f12ad5c3a72623 100644 --- a/files/en-us/web/http/headers/sec-fetch-site/index.md +++ b/files/en-us/web/http/headers/sec-fetch-site/index.md @@ -48,7 +48,7 @@ Sec-Fetch-Site: none - `same-origin` - : The request initiator and the server hosting the resource have the same {{Glossary("origin")}} (same scheme, host and port). - `same-site` - - : The request initiator and the server hosting the resource have the same scheme, domain and/or subdomain, but not necessarily the same port. + - : The request initiator and the server hosting the resource have the same {{glossary("site")}}, including the scheme. - `none` - : This request is a user-originated operation. For example: entering a URL into the address bar, opening a bookmark, or dragging-and-dropping a file into the browser window.