servo/components/net
Fabrice Desré 990b85049e Ignore mime type parameters in nosniff
This patch implements the following changes:
- Only check for the toplevel/sublevel part of the mime type when
  deciding if it's a js or css resource, ignoring the mime parameters.
- Fix the wpt tests that did not escape url parameters properly and
  also used an invalid syntax for the mime parameter.
- Update the wpt manifest.
2017-05-15 14:43:45 +02:00
..
fetch Ignore mime type parameters in nosniff 2017-05-15 14:43:45 +02:00
blob_loader.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Bump base64 to 0.4.2 2017-05-03 20:58:29 +00:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Move the HTTP connector in HttpState 2017-04-06 19:35:11 +02:00
cookie.rs Update Hyper and OpenSSL 2017-03-31 16:32:21 +02:00
cookie_storage.rs Update Hyper and OpenSSL 2017-03-31 16:32:21 +02:00
data_loader.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
filemanager_thread.rs Disabled tinyfiledialogs when running headless. 2017-03-16 08:48:33 -05:00
hosts.rs Move hosts module into net crate. Remove obsolete functions. 2017-04-06 19:25:47 +09:00
hsts.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
http_loader.rs Show HTTP response headers in debug output. 2017-04-17 11:47:08 +10:00
image_cache.rs Update WR (IPC profiling, RG8 image support). 2017-04-18 08:15:26 +10:00
lib.rs Move hosts module into net crate. Remove obsolete functions. 2017-04-06 19:25:47 +09:00
mime_classifier.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
resource_thread.rs Kill ResourceGroup 2017-04-06 19:41:10 +02:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Use hash2 instead of deprecated hash 2017-05-08 13:39:28 -04:00
websocket_loader.rs Move hosts module into net crate. Remove obsolete functions. 2017-04-06 19:25:47 +09:00