Re: [whatwg/fetch] Add unsafe-no-cors mode (PR #1533)

@annevk commented on this pull request.



> @@ -1796,13 +1798,27 @@ to not have to set <a for=/>request</a>'s <a for=request>referrer</a>.
   <dt>"<code>navigate</code>"
   <dd>This is a special mode used only when <a>navigating</a> between documents.
 
+  <dt>"<code>unsafe-no-cors</code>"

I think unsafe is exactly right given that it exposes the contents of the response in the process it was invoked in. It's a name that is supposed to make you ask your peers for advice. I don't think host or ua has that kind of effect, especially since we don't have clearly delineated "host/ua agent clusters".

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1533#discussion_r1031296220
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1533/review/1192847193@github.com>

Received on Thursday, 24 November 2022 09:42:49 UTC