servo/components/net/fetch
mrnayak a3026499f4 Implement Subresource Integrity
Implemented response validation part of
https://w3c.github.io/webappsec-subresource-integrity/.
Implemented step eighteen of the main fetch. If a request has integrity
metadata, then following steps are performed
*Wait for response body
*If the response does not have a termination reason and response does not
match request’s integrity metadata, set response to a
network error.# Please enter the commit message for your changes. Lines starting
2017-01-08 08:52:18 +05:30
..
cors_cache.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
methods.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30