aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/subresource_integrity.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-4/+4
* clippy: fix warnings in components/net (#31564)eri2024-03-101-11/+9
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Switch to the sha2 crate for SRI digests.Fabrice Desré2023-02-241-9/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Rustfmt net cratePyfisch2018-11-031-25/+29
* Update hyper to 0.12Bastien Orivel2018-11-011-2/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-7/+7
* Use hash2 instead of deprecated hashKsbugbee2017-05-081-2/+2
* Update Hyper and OpenSSLddh2017-03-311-5/+5
* Replace use of rustc_serialize::base64 by base64Anthony Ramine2017-03-261-2/+2
* Implement Subresource Integritymrnayak2017-01-081-0/+177