- From: Kevin Gibbons <notifications@github.com>
- Date: Thu, 19 Mar 2020 13:41:33 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2020 20:41:45 UTC
> Network scheme: maybe this can be removed in favor of "HTTP(S) scheme"? Or rename "HTTP(S) scheme" to "network scheme"? Unsure what this impacts. "Network scheme" is [used](https://w3c.github.io/webappsec-csp/#match-url-to-source-expression) at least in CSP, so that e.g. `script-src *` allows loading scripts hosted on `http://example.com`, `https://example.com`, and `ftp://example.com`, but does not allow `<script src="data:text/javascript,alert(1)"></script>`. -- 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/1009#issuecomment-601406404
Received on Thursday, 19 March 2020 20:41:45 UTC