Re: [whatwg/fetch] Allow * for Access-Control-Allow-Headers and Access-Control-Allow-Methods (#251)

We might also want to prevent `*` from allowing sending the `authorization` header (nor the `cookie` header if #268 is fixed).

Allowing `authorization` to be set allows distributed brute-forcing of credentials, so that's probably something that we should require more explicit opt-in for.

---
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/251#issuecomment-205207004

Received on Monday, 4 April 2016 09:17:37 UTC