summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Better timing feedback for permissions changes in the popup UI.hackademix2018-08-281-5/+7
* Reload-less service worker busting.hackademix2018-08-282-14/+25
* Version bump: 10.1.9rc4.hackademix2018-08-281-1/+1
* Reordered startup sequence to be more friendly with embedders like the Tor Br...hackademix2018-08-284-50/+59
* Merge pull request #16 from rustybird/startedhackademix2018-08-281-0/+1
|\
| * Broadcast a "started" message after initializationRusty Bird2018-08-271-0/+1
* | Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-2716-362/+339
* | Let content script inject failsafe CSP in the DOM.hackademix2018-08-273-2/+38
* | Refactoring CSP building out of RequestGuard.hackademix2018-08-276-97/+143
* | Updated TLD support.hackademix2018-08-271-2/+2
* | Version bump: 10.1.9rc1hackademix2018-08-271-1/+1
* | Version bump: 10.1.8.23.hackademix2018-08-251-1/+1
|/
* Hotfix for some possible reload loops before refactoring CSP management.hackademix2018-08-253-9/+10
* Version bump: 10.1.8.22.hackademix2018-08-241-1/+1
* Version bump: 10.1.8.21.hackademix2018-08-241-1/+1
* Fixed infinite reload loop on unrestricted tabs.hackademix2018-08-241-2/+2
* Fixed minor CSP buildig issues.hackademix2018-08-241-4/+11
* Version bump: 10.1.8.21rc1.hackademix2018-08-241-1/+1
* Version bump: 10.1.8.20.hackademix2018-08-241-1/+1
* Fixed Sites.domainImplies() misplaced optimization.hackademix2018-08-241-2/+1
* [L10n] Added Catalan (ca)hackademix2018-08-241-0/+894
* Version bump: 10.1.8.20rc1.hackademix2018-08-241-1/+1
* Version bump: 10.1.8.19.hackademix2018-08-231-1/+1
* Do not fail when onHeadersProcessed is called with no stored pending request.hackademix2018-08-231-3/+10
* Version bump: 10.1.8.19rc2.hackademix2018-08-231-1/+1
* Fixed regression: framed documents' URLs not being reported in the UI.hackademix2018-08-231-1/+1
* Version bump: 10.1.8.19rc1.hackademix2018-08-231-1/+1
* Version bump: 10.1.8.18.hackademix2018-08-231-1/+1
* More resilient and optimized version of Sites.domainImplies().hackademix2018-08-231-3/+12
* Update ChildPolicies when automatic temp TRUST for top-level document s is en...hackademix2018-08-231-2/+2
* Fixed messages from content scripts being "eaten" by the wrong dispatcher whe...hackademix2018-08-231-0/+2
* Fixed typo causing accidental permissions/status mismatches being checked onl...hackademix2018-08-231-1/+1
* Fixed typo in XSS name sanitization script injection (thanks skriptimaahinen).hackademix2018-08-231-1/+1
* Version bump: 10.1.8.18rc1.hackademix2018-08-231-1/+1
* Version bump: 10.1.8.17.hackademix2018-08-221-1/+1
* Fix: Sites.domainImplies() should match subdomains.hackademix2018-08-221-6/+7
* More coherent wrapper around the webex messaging API.hackademix2018-08-228-46/+35
* Version bump: 10.1.8.17rc8.hackademix2018-08-221-1/+1
* Fixed possible surprises in background script message handling.hackademix2018-08-217-341/+351
* Fixed inconstitencies in ChildPolicies content script URL matching.hackademix2018-08-212-2/+22
* Version bump: 10.1.8.17rc7.hackademix2018-08-211-1/+1
* Simpler and more reliable safety net to ensure CSP headers are injected last ...hackademix2018-08-201-23/+40
* Version bump: 10.1.8.17rc6.hackademix2018-08-201-1/+1
* Fixed regression: refresh loop on page using requests of type="object" to cac...hackademix2018-08-192-3/+1
* Version bump: 10.1.8.17rc5.hackademix2018-08-191-1/+1
* More reliable attempt to run onResponseHeader listener the last of installed ...hackademix2018-08-183-12/+23
* [L10n] Updated ru (new) and de.hackademix2018-08-182-667/+1564
* [XSS] Updated HTML events matching generation to use both latest Mozilla sour...hackademix2018-08-181-2/+2
* Version bump: 10.1.8.17rc4.hackademix2018-08-181-1/+1
* Merge pull request #13 from Lekensteyn/empty-tld-fixeshackademix2018-08-181-1/+3
|\