Re: [fetch] `user-agent` header control (#37)

@annevk Alright, I had a closer look at how `fetch()` is implemented in Blink at the moment. 

If the custom UA string header is in fact being implemented the same way as any other custom header - meaning that the particular header has to be permitted via CORS for cross-origin requests, then this should indeed be safe! No objections from my side so far.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/37#issuecomment-90527300

Received on Tuesday, 7 April 2015 12:03:57 UTC