summaryrefslogtreecommitdiff
path: root/src/bg/ChildPolicies.js
Commit message (Expand)AuthorAgeFilesLines
* Graceful degradation for missing WebExtensions APIs on Chromium.hackademix2019-02-011-0/+4
* Fixed potential race condition in per-tab configuration cookie hack.hackademix2018-10-141-1/+2
* Use cookie instead of window.name as a tab-configuration hack.hackademix2018-10-131-14/+13
* Include ftp:// URLs in non-secure domain matching.hackademix2018-09-261-2/+6
* Removed unused regexp.hackademix2018-09-101-1/+0
* Better IPV6 support.hackademix2018-09-101-9/+16
* Streamlined child policy content scripts.hackademix2018-09-101-2/+1
* Fix for various content script timing related issues.hackademix2018-09-091-24/+11
* Prevent total breakages when policies accidentally map to invalid match patte...hackademix2018-09-091-12/+21
* More efficient window.name persistence for tab-scoped permissions.hackademix2018-09-081-1/+1
* Transparent support for FQDNs and better management of file:/// URLs.hackademix2018-09-041-12/+14
* Better file: protocol support.hackademix2018-09-041-33/+46
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-14/+58
* Fixed inconstitencies in ChildPolicies content script URL matching.hackademix2018-08-211-1/+2
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-1/+2
* Hack: use top.name to store per-tab content-side configuration (e.g. unrestri...hackademix2018-08-171-6/+24
* Policy serialization using the contentScripts API.hackademix2018-08-161-0/+111