Re: [whatwg/fetch] "With Credentials" flag possibly inconsistent with web architecture (#517)

Basically, we shouldn't give any more information on fetches that include credentials to attackers. There have been a number of novel attacks demonstrated in this area and I don't think this is a good enough reason to expose an additional bit.

It also violates the design contract of CORS whereby we wouldn't reveal information about servers in case of a non-match, but this would reveal information.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/517#issuecomment-432620892

Received on Wednesday, 24 October 2018 11:37:28 UTC