summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵hackademix2019-10-081-31/+132
| | | | synchronization of big policies across devices.
* IPv4 subnet shortcut matching.hackademix2019-10-051-7/+20
|
* Fallback to local storage for any item exceeding limits (fixes persistence ↵hackademix2019-10-051-2/+42
| | | | problems on Chromium).
* 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 ↵hackademix2019-05-261-1/+14
| | | | triggering automatic reloads.
* 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 ↵hackademix2018-09-091-1/+1
| | | | patterns.
* 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