Re: [whatwg/fetch] Discuss: Removing `cache: reload` option from the API (#902)

An attacker can add random query parameters (e.g., fetch(url + '&bogus=' + random_number, {mode: 'no-cors'})) to the target URL, which has a similar effect. I'm not sure how meaningful this protect would be.

-- 
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/902#issuecomment-490346174

Received on Wednesday, 8 May 2019 04:50:46 UTC