summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* New Transifex-managed locales (da, is, pl, sq, zh_TW).hackademix2019-06-245-0/+4510
|
* Updated sv_SE Transifex-managed locale.hackademix2019-06-241-3/+3
|
* Version bump: 11.0rc1.hackademix2019-06-241-1/+1
|
* Version bump: 10.6.3.hackademix2019-06-151-1/+1
|
* Updated TLDs.hackademix2019-06-151-1/+1
|
* Fixed media replacement broken when <source> elements are used.hackademix2019-06-151-1/+5
|
* Fixed regression in full embedding document replacement due to timing changes.hackademix2019-06-152-3/+24
|
* Version bump: 10.6.3rc8.hackademix2019-06-151-1/+1
|
* Further work-around for setting importation file picking inconsistencies on ↵hackademix2019-05-303-5/+22
| | | | Android.
* Updated TLDs.hackademix2019-05-301-1/+1
|
* Version bump: 10.6.3rc7.hackademix2019-05-301-1/+1
|
* Fixed [Import] button on Android (issue #76).hackademix2019-05-281-5/+4
|
* Version bump: 10.6.3rc6.hackademix2019-05-281-1/+1
|
* Further JSON reduction optimizations.hackademix2019-05-281-4/+3
|
* Version bump: 10.6.3rc5.hackademix2019-05-281-1/+1
|
* Timing cap inferenced by call numbers when using low-resolution timers.hackademix2019-05-281-3/+13
|
* Make XSS timeouts fatal and reported.hackademix2019-05-281-1/+2
|
* Fixed JSON parsing preamble regression.hackademix2019-05-282-1/+41
|
* Version bump: 10.6.3rc4.hackademix2019-05-281-1/+1
|
* XSS Filter made further asynchronous, prevents freezes on complex JSON payloads.hackademix2019-05-272-123/+147
|
* Version bump: 10.6.3rc3.hackademix2019-05-271-1/+1
|
* More accurate algorithm to account for permissions changes in the UI ↵hackademix2019-05-263-9/+27
| | | | triggering automatic reloads.
* Version bump: 10.6.3rc2.hackademix2019-05-261-1/+1
|
* Updated TLDs.hackademix2019-05-261-1/+1
|
* Skip page autoreloads on transitions between temporary and permanent presets ↵hackademix2019-05-261-12/+14
| | | | of the same kind.
* Version bump: 10.6.3rc1.hackademix2019-05-261-1/+1
|
* Version bump: 10.6.2.hackademix2019-05-221-1/+1
|
* Updated InjectionChecker's HTML5 events.hackademix2019-05-221-1/+1
|
* Removed work-around for ↵hackademix2019-05-2222-238/+9
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1532530 (see https://trac.torproject.org/projects/tor/ticket/29969#comment:9).
* Removed legacy DomNode.replaceChild() usage.hackademix2019-05-221-1/+1
|