summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fixed CapsCSP bug allowing data: URLs to bypass font blocking (thanks dcent a...hackademix2020-03-011-1/+1
* Fixed UNTRUSTED domains accidentally set in "match HTTPS only" mode (issue #1...hackademix2019-12-291-3/+7
* Added "ping" (beacon/ping) capability control.hackademix2019-12-251-1/+2
* [Tor] Treat .onion sites whose protocol is HTTP as if it was HTTPS.hackademix2019-10-271-0/+3
* - Use this refence instead of global ns property.hackademix2019-10-271-1/+1
* Fixed bug in chunked storage causing shrunk items not to be retrieved correctly.hackademix2019-10-251-10/+14
* Support for splitting sync storage items into chunks, to allow synchronizatio...hackademix2019-10-081-31/+132
* IPv4 subnet shortcut matching.hackademix2019-10-051-7/+20
* Fallback to local storage for any item exceeding limits (fixes persistence pr...hackademix2019-10-051-2/+42
* Remove ChildPolicies and its dependencies.hackademix2019-09-291-0/+10
* Fix typo "breaking" yet to be implemented contextual permissions.hackademix2019-09-291-1/+2
* 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