summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* More graceful handling of chrome: origins.hackademix2019-07-231-3/+3
* Tiny CSP optimization (per spec, http: implies https:).hackademix2019-07-231-3/+3
* More accurate algorithm to account for permissions changes in the UI triggeri...hackademix2019-05-261-1/+14
* Fixed inconsistencies in handling of browser-internal URLs.hackademix2019-04-081-3/+5
* Better IPV6 support.hackademix2018-09-101-1/+1
* Prevent total breakages when policies accidentally map to invalid match patte...hackademix2018-09-091-1/+1
* Site parsing more resilient to bogus input.hackademix2018-09-081-1/+1
* Fixed possible null reference errors in Sites.origin().hackademix2018-09-051-0/+1
* Transparent support for FQDNs and better management of file:/// URLs.hackademix2018-09-041-4/+21
* Better file: protocol support.hackademix2018-09-041-13/+21
* Reload-less service worker busting.hackademix2018-08-281-14/+15
* Refactoring CSP building out of RequestGuard.hackademix2018-08-271-0/+30
* Fixed Sites.domainImplies() misplaced optimization.hackademix2018-08-241-2/+1
* More resilient and optimized version of Sites.domainImplies().hackademix2018-08-231-3/+12
* Fix: Sites.domainImplies() should match subdomains.hackademix2018-08-221-6/+7
* Fixed inconstitencies in ChildPolicies content script URL matching.hackademix2018-08-211-1/+20
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-015-0/+518