summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dynamic script injection failing sometimes with "No matching message ↵hackademix2018-07-222-3/+15
| | | | handler" error.
* Updated TLDs.hackademix2018-07-213-8/+13
|
* Version bump: 10.1.8.9rc3.hackademix2018-07-211-1/+1
|
* Fixed externally handled resources opened in popups being broken by dynamic ↵hackademix2018-07-202-20/+37
| | | | script injection.
* Prevent multiple canScript content messages during the same page load.hackademix2018-07-201-1/+9
|
* Replaced unicode glyphs missing on some platforms and in the Tor Browser.hackademix2018-07-204-7/+12
|
* Version bump: 10.1.8.9rc2.hackademix2018-07-201-1/+1
|
* Refactor ContentMetadata into ResponseMetaData.hackademix2018-07-194-40/+65
|
* Removed useless work-around suggested in moz bug 1410755 which caused Tor ↵hackademix2018-07-191-14/+5
| | | | Browser content process crashes.
* Version bump: 10.1.8.9rc1.hackademix2018-07-191-1/+1
|
* Version bump: 10.1.8.8.hackademix2018-07-171-1/+1
|
* Prevent script injection from messing with content-disposition=attachment ↵hackademix2018-07-172-12/+16
| | | | responses.
* Version bump: 10.1.8.8rc1.hackademix2018-07-171-1/+1
|
* Version bump: 10.1.8.7.hackademix2018-07-171-1/+1
|
* Version bump: 10.1.8.6.hackademix2018-07-161-1/+1
|
* Fixed regression breaking meta refreshes with relative URLs.hackademix2018-07-161-1/+1
|
* Version bump: 10.1.8.6rc1.hackademix2018-07-161-1/+1
|
* Version bump: 10.1.8.5.hackademix2018-07-161-1/+1
|
* Completed fix for quoted URLs confusing meta refresh emulation.hackademix2018-07-161-2/+4
|
* Version bump: 10.1.8.5rc1.hackademix2018-07-161-1/+1
|
* Cosmetic bug fixes.hackademix2018-07-162-3/+4
|
* Updated TLDs.hackademix2018-07-163-8/+2
|
* Version bump: 10.1.8.4.hackademix2018-07-161-1/+1
|
* [l10n] Fixed es.hackademix2018-07-161-2/+2
|
* Version bump: 10.1.8.3.hackademix2018-07-161-1/+1
|
* Fixed cleaning up reloadingTabs in StreamFilter.onstart() was still breaking ↵hackademix2018-07-121-10/+8
| | | | some feeds sometimes.
* [XSS] Fixed anti-HPP coalescing wrongly applied to POST requests causing ↵hackademix2018-07-121-2/+2
| | | | JSON reduction optimization to choke on big payloads.
* Fixed first popup row not showing the initial site active preset.hackademix2018-07-121-30/+30
|
* Removed deprecated windowType usages.hackademix2018-07-122-4/+2
|
* Fixed meta-refresh emulation getting confused by quoted URLs.hackademix2018-07-121-1/+1
|
* Version bump: 10.1.8.3rc11.hackademix2018-07-121-1/+1
|
* Restored UNTRUSTED label localized string previously modified for testing.hackademix2018-07-121-1/+1
|
* Autosize preset buttons final.hackademix2018-07-122-39/+47
|
* Fixed race condition in work-around for broken feeds in ESR60.hackademix2018-07-111-12/+15
|
* Autosize preset buttons part 2.hackademix2018-07-112-4/+8
|
* Made preset buttons automatically sized according to their (localized) content.hackademix2018-07-113-5/+54
|
* Reload hack to let the RSS feed reader work on ESR60hackademix2018-07-101-13/+54
|
* Changed "script count" into "blocked items count" in badge appearance option.hackademix2018-07-101-1/+1
|
* Reverted <noscript> replacement to <span> over fingerprinting concerns.hackademix2018-07-091-1/+1
|
* Version bump: 10.1.8.3rc10.hackademix2018-07-091-1/+1
|
* More specific dynamic script injection exceptions.hackademix2018-07-091-14/+14
|
* Fixed label sizes in de localized messages.hackademix2018-07-091-2/+2
|
* Added two library files (one, lib/restricted.js, missing from rc8 tag) and ↵hackademix2018-07-093-1/+61
| | | | version bump.
* More graceful handling of internal and restricted URLs.hackademix2018-07-092-3/+9
|
* Content-side DOM insertions made compatible with XML document.hackademix2018-07-093-5/+9
|
* More specific content-type exception for dynamic script injection.hackademix2018-07-091-1/+2
|
* Removed console.log() patching test code accidentally committed in media.js.hackademix2018-07-081-3/+0
|
* Added de, es, fr, it, nl, pt_BR and zh_CN locales (courtesy of Mozilla's ↵hackademix2018-07-087-0/+4676
| | | | localization campaign).
* Truncate preset labels which exceed the button size, accomodating for longer ↵hackademix2018-07-081-1/+1
| | | | localized strings.
* Use a custom <no-script> element as <NOSCRIPT> replacement.hackademix2018-07-081-1/+1
|