summaryrefslogtreecommitdiff
path: root/src/bg/RequestGuard.js
Commit message (Expand)AuthorAgeFilesLines
* Best effort to run webRequest.onHeaderReceived listener last (issue #6)hackademix2018-08-071-6/+24
* Fixed inline scripts not being reported to UI (skriptimaahinen).hackademix2018-08-011-0/+1
* Fixed startup race condition with pending request tracking.hackademix2018-08-011-2/+3
* Fixed regression in NOSCRIPT elements emulation.hackademix2018-07-281-1/+1
* Fixed window.stop() called in empty suframes.hackademix2018-07-281-2/+3
* Disable scripting in HTML-embedding objects where webglHook cannot run, if we...hackademix2018-07-261-3/+12
* More edge cases covered in dynamic script injection.hackademix2018-07-261-7/+9
* Fixed some resource loading feedback glitches.hackademix2018-07-261-10/+10
* Fixed infinite reload loops on scripting permissions mismatches.hackademix2018-07-251-1/+1
* Work-around for serviceWorker loads bypassing webRequest.hackademix2018-07-241-5/+16
* More reliable handling of edge startup cases.hackademix2018-07-221-4/+9
* Fixed externally handled resources opened in popups being broken by dynamic s...hackademix2018-07-201-1/+1
* More graceful handling of internal and restricted URLs.hackademix2018-07-091-2/+4
* Fixed dynamic script injection breaking images shown as frame content.hackademix2018-07-071-12/+11
* Work-around for onload not being fired on XML documents in Tor Browser/ESR60.hackademix2018-07-061-5/+6
* 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-011-0/+549