summaryrefslogtreecommitdiff
path: root/src/bg/RequestGuard.js
Commit message (Expand)AuthorAgeFilesLines
* Make RequestGuard's header processing synchronous on non-supporting browsers.hackademix2019-04-081-4/+10
* Fixed inconsistencies in handling of browser-internal URLs.hackademix2019-04-081-3/+3
* Merge branch 'chromium' into merge/chromiumhackademix2019-03-271-3/+6
|\
| * Graceful degradation for missing WebExtensions APIs on Chromium.hackademix2019-02-011-3/+6
* | "General/Cascade top document's restrictions to subdocuments" option (default...hackademix2019-03-151-1/+1
* | Selective handling of Tor Browser options and work-around for https://bugzill...hackademix2019-03-141-1/+1
|/
* Cascade top document's restrictions to subframes (Tor issue #28873).hackademix2018-12-171-5/+20
* Limit fix for issue #41 to origin-less fetch (exclude frames).hackademix2018-11-251-2/+3
* Allow extensions to perform origin-less fetching and framing (issue #41).hackademix2018-11-241-1/+4
* Darker red badge background to ensure text is kept white across browsers.hackademix2018-10-261-1/+1
* Use cookie instead of window.name as a tab-configuration hack.hackademix2018-10-131-1/+8
* Set tab restrictions status across all frames.hackademix2018-10-121-1/+1
* More efficient window.name persistence for tab-scoped permissions.hackademix2018-09-081-0/+4
* Fixed regression: undefined fake request.url ends to for inline scripts CSP r...hackademix2018-09-081-1/+1
* Saner message dispatching.hackademix2018-09-081-0/+1
* Fixed bug in requestKey generation.hackademix2018-09-051-1/+1
* Better file: protocol support.hackademix2018-09-041-7/+5
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-127/+21
* Refactoring CSP building out of RequestGuard.hackademix2018-08-271-97/+37
* Hotfix for some possible reload loops before refactoring CSP management.hackademix2018-08-251-7/+9
* Fixed infinite reload loop on unrestricted tabs.hackademix2018-08-241-2/+2
* Fixed minor CSP buildig issues.hackademix2018-08-241-4/+11
* Do not fail when onHeadersProcessed is called with no stored pending request.hackademix2018-08-231-3/+10
* Fixed regression: framed documents' URLs not being reported in the UI.hackademix2018-08-231-1/+1
* Update ChildPolicies when automatic temp TRUST for top-level document s is en...hackademix2018-08-231-2/+2
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-9/+7
* Fixed possible surprises in background script message handling.hackademix2018-08-211-63/+65
* Simpler and more reliable safety net to ensure CSP headers are injected last ...hackademix2018-08-201-23/+40
* Fixed regression: refresh loop on page using requests of type="object" to cac...hackademix2018-08-191-1/+1
* More reliable attempt to run onResponseHeader listener the last of installed ...hackademix2018-08-181-5/+19
* Policy serialization using the contentScripts API.hackademix2018-08-161-16/+1
* Best effort to run webRequest.onHeaderReceived listener last (issue #6)hackademix2018-08-061-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