summaryrefslogtreecommitdiff
path: root/src/bg/ChildPolicies.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵hackademix2018-09-091-12/+21
| | | | patterns.
* 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. ↵hackademix2018-08-171-6/+24
| | | | unrestricted tab status).
* Policy serialization using the contentScripts API.hackademix2018-08-161-0/+111