aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/hsts.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-1/+1
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-0/+11
* Kill hsts::secure_urlAnthony Ramine2017-04-051-13/+0
* Use serde_json to persist cookies in the net crateAnthony Ramine2017-02-221-5/+5
* Refactor HSTSList to use HashMapRaghav2016-12-301-29/+45
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+2
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-6/+4
* Rename 'HSTS*' structures to 'Hsts*'.Corey Farwell2016-04-171-14/+14
* Refactor Servo HSTS file loading, hard-fail if can't load.Corey Farwell2016-04-171-6/+7
* Move UTF8 bytes handling into generic constructor.Corey Farwell2016-04-171-8/+8
* Rename constructor to match convention, add doc comment.Corey Farwell2016-04-171-2/+3
* Make `read_resource_file` param simpler and more idiomatic.Corey Farwell2016-04-161-1/+1
* Remove dependency on regex_macrosSimon Sapin2015-11-241-2/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Use hosts-replaced URL only when loading resourcesJames Graham2015-08-051-2/+1
* Uses the approach suggested by @SimonSapin for changing Url schemeSam Gibson2015-07-221-1/+5
* Moves HSTS includeSubdomains enum to net_traitsSam Gibson2015-07-221-8/+3
* Responds to more code review feedbackSam Gibson2015-07-221-6/+7
* Moves the HSTS replacement code to http_loaderSam Gibson2015-07-221-14/+6
* Moves HSTS code to it's own moduleSam Gibson2015-07-221-0/+145