summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Version bump: 11.0.4rc3.hackademix2019-09-301-1/+1
|
* Recursive webgl context monkeypatching across same origin windows ↵hackademix2019-09-291-22/+85
| | | | (concept/patch by skriptimaahinen).
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ↵hackademix2019-09-294-83/+36
| | | | retrieve fallback and per-tab restriction policies.
* Work-around for Chromium not supporting frameAncestors in webRequest.hackademix2019-09-293-8/+39
|
* Remove ChildPolicies and its dependencies.hackademix2019-09-296-245/+43
|
* Add browser.runtime.(sendSyncMessage|onSyncMessage) shim.hackademix2019-09-292-0/+152
|
* Removed dead tab permissions management code.hackademix2019-09-291-5/+0
|
* Block CSP violation reports requests synchronously, before they fail on ↵hackademix2019-09-291-1/+1
| | | | .invalid DNS resolution, on Chromium.
* Fix typo "breaking" yet to be implemented contextual permissions.hackademix2019-09-291-1/+2
|
* Version bump: 11.0.4rc2.hackademix2019-09-261-1/+1
|
* [L10n] Updated Transifex-managed locales da, it, nl, ru, sv_SE.hackademix2019-09-265-17/+17
|
* [XSS] Updated HTML5 events.hackademix2019-09-261-1/+1
|
* Updated TLDs.hackademix2019-09-261-1/+1
|
* Fixed "Cascade top document restrictions" option not always applied to ↵hackademix2019-09-261-14/+21
| | | | embedded elements.
* Removed XSS prompt for timeouts.hackademix2019-09-241-1/+1
|
* Version bump: 11.0.4rc1.hackademix2019-09-241-1/+1
|
* Version bump: 11.0.3.hackademix2019-08-191-1/+1
|
* Update TLDs.hackademix2019-08-191-1/+1
|
* Update Transifex-managed locales he, is, nb, ru, sq, zh_TW.hackademix2019-08-196-6/+6
|
* Version bump: 11.0.3rc3.hackademix2019-08-191-1/+1
|
* [Tor] Work-around for prompts being huge when resistFingerprinting is enabled.hackademix2019-08-021-2/+13
|
* [XSS] Fix false positives due to overzealous HTML attribute checking.hackademix2019-08-021-2/+2
|
* [XSS] Enable InjectionChecker logging when debugging mode is on.hackademix2019-08-022-4/+4
|
* Version bump: 11.0.3rc2.hackademix2019-08-021-1/+1
|
* Updated TLDs.hackademix2019-07-311-1/+1
|
* Work-around for browser.i18n.getMessage() API in content scripts giving away ↵hackademix2019-07-312-1/+14
| | | | browser's real locale (Tor issue #31287).
* Version bump: 11.0.3rc1.hackademix2019-07-251-1/+1
|
* Version bump: 11.0.2.hackademix2019-07-251-1/+1
|
* Updated TLDs.hackademix2019-07-251-1/+1
|
* Update Transifex-managed locales br, de, it, ms, nl, ru, tr.hackademix2019-07-257-65/+65
|
* Fix bug in browser type detection by content scripts.hackademix2019-07-251-1/+1
|
* Fix incorrect console reporting from paste sanitization.hackademix2019-07-251-3/+3
|
* Fix paste sanitization bugs and make it work on drag and drop too.hackademix2019-07-241-33/+38
|
* Version bump: 11.0.2rc2.hackademix2019-07-241-1/+1
|
* Updated TLDs.hackademix2019-07-231-1/+1
|
* Restore "classic" pasted HTML sanitization feature (patch by barbaz with ↵hackademix2019-07-232-1/+60
| | | | slight modifications).
* Add "Collapse blocked objects" option to the Blocked Objects prompt.hackademix2019-07-233-10/+22
|
* Update childNode.parentNode.removeChild(childNode) pattern to ↵hackademix2019-07-232-4/+4
| | | | childNode.remove().
* Handle corner case when application/* content types should match "media" ↵hackademix2019-07-231-4/+7
| | | | rather than "object".
* Handle replacement clicks even if a content placeholder is obstructed.hackademix2019-07-231-3/+8
|
* More graceful handling of chrome: origins.hackademix2019-07-231-3/+3
|
* Tiny CSP optimization (per spec, http: implies https:).hackademix2019-07-231-3/+3
|
* Updated Transifex-managed nb, sv_SE and zh_CN locales.hackademix2019-07-233-7/+7
|
* Version bump: 11.0.2rc1.hackademix2019-07-231-1/+1
|
* Updated TLDs.hackademix2019-06-301-1/+1
|
* Fixed toolbar drag and drop configuration not working on Chrome.hackademix2019-06-301-1/+0
|
* Version bump: 11.0.1.hackademix2019-06-301-1/+1
|
* Version bump: 11.0.hackademix2019-06-241-1/+1
|
* [XSS] Fixed false positives with parameters named "src".hackademix2019-06-241-1/+1
|
* Static and click-to-play placeholders.hackademix2019-06-241-6/+5
|