summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Prevent ANY redirection to data: URIs in documents.hackademix2020-03-181-2/+2
|
* Updated TLDs.hackademix2020-03-161-1/+1
|
* Updated TLDs.hackademix2020-03-131-1/+1
|
* Force CSP inheritance for redirections to data: URIs on Gecko pre-69.hackademix2020-03-131-0/+15
|
* Updated TLDs.hackademix2020-02-291-1/+1
|
* Minor adjustments for Firefox Preview (Fenix) compatibility.hackademix2020-02-291-1/+4
|
* Refactored XSS filter into an asynchronous worker to better handle DOS attempts.hackademix2020-02-292-3/+5
|
* [Chromium] Fix SyncMessage broken by feature-policy headers.hackademix2020-01-091-8/+31
|
* Updated TLDs.hackademix2020-01-071-1/+1
|
* Fixed UI not working on pages were sessionStorage is disabled.hackademix2019-12-291-5/+11
|
* Updated TLDs.hackademix2019-12-251-1/+1
|
* [Chromium] Fixed no permissions given on first page load in a session.hackademix2019-12-231-6/+29
|
* Updated TLDs.hackademix2019-12-231-1/+1
|
* Updated TLDs.hackademix2019-12-111-1/+1
|
* Updated TLDs.hackademix2019-11-251-1/+1
|
* Updated TLDs.hackademix2019-11-161-1/+1
|
* Use invalid IP rather than domain name to prevent offline status from ↵hackademix2019-11-151-1/+2
| | | | breaking sync messaging in Chromium.
* Removed empty exportFunction() Chromium shim.hackademix2019-11-151-3/+0
|
* Updated TLDs.hackademix2019-11-151-1/+1
|
* Remove loop around XHR.hackademix2019-11-031-11/+7
|
* Semi-synchronous mode to avoid HEAD element insertion issues causing some ↵hackademix2019-10-301-14/+46
| | | | userscripts to fail.
* Consolidated missing endpoint error detection in Messages.hackademix2019-10-251-0/+4
|
* Fixed bug in chunked storage causing shrunk items not to be retrieved correctly.hackademix2019-10-251-1/+1
|
* Use asyncrhonous messages to deliver SyncMessage payloads on Firefox.hackademix2019-10-251-86/+115
|
* More compatible Messages abstraction.hackademix2019-10-251-9/+22
|
* Progressive count of debug messages to better trace asynchronous execution.hackademix2019-10-251-1/+4
|
* More robust SyncMessage implementation coping with XHR suspension ↵hackademix2019-10-191-5/+34
| | | | inconsistencies on Firefox.
* Fixed asynchronous onSyncMessage listeners support, on Chromium too.hackademix2019-10-181-1/+30
|
* Fixed undefined variable error when in debugging mode.hackademix2019-10-171-1/+1
|
* Improved console reporting.hackademix2019-10-011-7/+7
|
* SyncMessage support for asynchronous listeners.hackademix2019-10-011-3/+2
|
* "use strict" in SyncMessage.jshackademix2019-10-011-1/+2
|
* Simplified, less noisy and more resilient Messages abstraction implementation.hackademix2019-10-011-17/+3
|
* More verbose error logging while processing syncMessage listeners.hackademix2019-09-301-1/+1
|
* Leaner and faster SyncMessage shim tab id tracking hack for Firefox.hackademix2019-09-301-20/+20
|
* Work-around for Chromium not supporting frameAncestors in webRequest.hackademix2019-09-291-0/+24
|
* Add browser.runtime.(sendSyncMessage|onSyncMessage) shim.hackademix2019-09-291-0/+150
|
* Updated TLDs.hackademix2019-09-261-1/+1
|
* Update TLDs.hackademix2019-08-191-1/+1
|
* Updated TLDs.hackademix2019-07-311-1/+1
|
* Updated TLDs.hackademix2019-07-251-1/+1
|
* Fix bug in browser type detection by content scripts.hackademix2019-07-251-1/+1
|
* Updated TLDs.hackademix2019-07-231-1/+1
|
* Updated TLDs.hackademix2019-06-301-1/+1
|
* Updated TLDs.hackademix2019-06-151-1/+1
|
* 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
|