summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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