summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Updated TLDs.hackademix2019-05-301-1/+1
* Timing cap inferenced by call numbers when using low-resolution timers.hackademix2019-05-281-3/+13
* Fixed JSON parsing preamble regression.hackademix2019-05-281-0/+39
* Updated TLDs.hackademix2019-05-261-1/+1
* Fix mozwebext class added to content pages (Issue #80).hackademix2019-05-061-10/+20
* Updated TLDs.hackademix2019-04-291-1/+1
* Limit wrappedJSObject usages to compatible browsers.hackademix2019-04-011-1/+1
* Updated TLDs.hackademix2019-04-011-1/+1
* Remove source map reference because of https://bugzilla.mozilla.org/show_bug....hackademix2019-03-281-1/+1
* Merge branch 'chromium' into merge/chromiumhackademix2019-03-274-19/+1217
|\
| * Remove usage of non-standard Array methods.hackademix2019-02-011-2/+2
| * Conditional CSS toggle for non-mozilla browsers.hackademix2019-02-011-3/+7
| * Differentiate Chromium restricted URLs (where extensions cannot operate).hackademix2019-02-011-17/+17
| * Generic shims for Chromium derivatives.hackademix2019-02-012-0/+1194
* | Updated TLDs.hackademix2019-03-141-1/+1
|/
* Fix for unrestricted tabs not affecting about:blank subframes (issue #48).hackademix2018-12-261-0/+518
* Fixed placeholders missing for some blocked embeddings (Tor ticket #28720).hackademix2018-12-051-5/+5
* Simplified CSP HTTP header injection, avoiding report-to until actually suppo...hackademix2018-10-061-17/+5
* Gracefully handle legacy message recipients.hackademix2018-09-141-0/+1
* Message loops checks coping with multiple options window.hackademix2018-09-091-3/+5
* Fixed message handling regression causing incompatibilities with embedders an...hackademix2018-09-091-2/+12
* Saner message dispatching.hackademix2018-09-082-10/+22
* Work-around for a potential race condition in message handling on extension u...hackademix2018-09-051-3/+3
* Transparent support for FQDNs and better management of file:/// URLs.hackademix2018-09-042-11/+19
* Reordered startup sequence to be more friendly with embedders like the Tor Br...hackademix2018-08-281-4/+10
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-272-0/+3
* Refactoring CSP building out of RequestGuard.hackademix2018-08-272-0/+52
* Updated TLD support.hackademix2018-08-271-2/+2
* Fixed messages from content scripts being "eaten" by the wrong dispatcher whe...hackademix2018-08-231-0/+2
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-3/+12
* Fixed possible surprises in background script message handling.hackademix2018-08-211-0/+31
* Fixed regression: refresh loop on page using requests of type="object" to cac...hackademix2018-08-191-2/+0
* More reliable attempt to run onResponseHeader listener the last of installed ...hackademix2018-08-181-2/+3
* Merge pull request #13 from Lekensteyn/empty-tld-fixeshackademix2018-08-181-1/+3
|\
| * Fix policy configuration for domains without dotsPeter Wu2018-08-151-1/+3
* | Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-54/+0
|/
* Best effort to run webRequest.onHeaderReceived listener last (issue #6)hackademix2018-08-061-0/+50
* Broader detection of UTF-8 encoding in responses.hackademix2018-08-011-1/+1
* Updated TLDs.hackademix2018-07-261-1/+1
* Updated TLDs.hackademix2018-07-211-1/+1
* Refactor ContentMetadata into ResponseMetaData.hackademix2018-07-192-31/+54
* Prevent script injection from messing with content-disposition=attachment res...hackademix2018-07-171-1/+1
* Cosmetic bug fixes.hackademix2018-07-161-2/+3
* Updated TLDs.hackademix2018-07-161-1/+1
* Added two library files (one, lib/restricted.js, missing from rc8 tag) and ve...hackademix2018-07-092-0/+59
* Provide a uuid function fallback which doesn't fail in the Tor Browser.hackademix2018-07-031-3/+12
* Simplified and apparently more reliable+flexible+efficient dynamic script inj...hackademix2018-07-021-1/+1
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-0113-0/+1693