index
:
noscript
master
[no description]
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bg
/
RequestGuard.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unrestricted tab support for service workers and their included 3rd party scr...
hackademix
2020-01-08
1
-5
/
+15
*
Record document origins in TabStatus.
hackademix
2020-01-08
1
-9
/
+9
*
Support for reporting service workers and their imported scripts in UI.
hackademix
2020-01-08
1
-1
/
+12
*
Cross-browser request properties normalization.
hackademix
2020-01-07
1
-0
/
+12
*
Fixed initial requst URL lost across redirections.
hackademix
2020-01-07
1
-1
/
+1
*
[Mobile] Blocked scripts count displayed in the browser action menu item.
hackademix
2019-10-25
1
-3
/
+5
*
Fix CSP violation reporting management of "fake" blocked-uri like "eval".
hackademix
2019-09-30
1
-1
/
+1
*
Replace cookie-based hacks with synchronous messaging (currently shimmed) to ...
hackademix
2019-09-29
1
-1
/
+5
*
Work-around for Chromium not supporting frameAncestors in webRequest.
hackademix
2019-09-29
1
-8
/
+14
*
Remove ChildPolicies and its dependencies.
hackademix
2019-09-29
1
-16
/
+5
*
Block CSP violation reports requests synchronously, before they fail on .inva...
hackademix
2019-09-29
1
-1
/
+1
*
Fixed "Cascade top document restrictions" option not always applied to embedd...
hackademix
2019-09-26
1
-14
/
+21
*
Add "Collapse blocked objects" option to the Blocked Objects prompt.
hackademix
2019-07-23
1
-3
/
+7
*
Make RequestGuard's header processing synchronous on non-supporting browsers.
hackademix
2019-04-08
1
-4
/
+10
*
Fixed inconsistencies in handling of browser-internal URLs.
hackademix
2019-04-08
1
-3
/
+3
*
Merge branch 'chromium' into merge/chromium
hackademix
2019-03-27
1
-3
/
+6
|
\
|
*
Graceful degradation for missing WebExtensions APIs on Chromium.
hackademix
2019-02-01
1
-3
/
+6
*
|
"General/Cascade top document's restrictions to subdocuments" option (default...
hackademix
2019-03-15
1
-1
/
+1
*
|
Selective handling of Tor Browser options and work-around for https://bugzill...
hackademix
2019-03-14
1
-1
/
+1
|
/
*
Cascade top document's restrictions to subframes (Tor issue #28873).
hackademix
2018-12-17
1
-5
/
+20
*
Limit fix for issue #41 to origin-less fetch (exclude frames).
hackademix
2018-11-25
1
-2
/
+3
*
Allow extensions to perform origin-less fetching and framing (issue #41).
hackademix
2018-11-24
1
-1
/
+4
*
Darker red badge background to ensure text is kept white across browsers.
hackademix
2018-10-26
1
-1
/
+1
*
Use cookie instead of window.name as a tab-configuration hack.
hackademix
2018-10-13
1
-1
/
+8
*
Set tab restrictions status across all frames.
hackademix
2018-10-12
1
-1
/
+1
*
More efficient window.name persistence for tab-scoped permissions.
hackademix
2018-09-08
1
-0
/
+4
*
Fixed regression: undefined fake request.url ends to for inline scripts CSP r...
hackademix
2018-09-08
1
-1
/
+1
*
Saner message dispatching.
hackademix
2018-09-08
1
-0
/
+1
*
Fixed bug in requestKey generation.
hackademix
2018-09-05
1
-1
/
+1
*
Better file: protocol support.
hackademix
2018-09-04
1
-7
/
+5
*
Further CSP refactoring and removal of obsolete fallbacks.
hackademix
2018-08-27
1
-127
/
+21
*
Refactoring CSP building out of RequestGuard.
hackademix
2018-08-27
1
-97
/
+37
*
Hotfix for some possible reload loops before refactoring CSP management.
hackademix
2018-08-25
1
-7
/
+9
*
Fixed infinite reload loop on unrestricted tabs.
hackademix
2018-08-24
1
-2
/
+2
*
Fixed minor CSP buildig issues.
hackademix
2018-08-24
1
-4
/
+11
*
Do not fail when onHeadersProcessed is called with no stored pending request.
hackademix
2018-08-23
1
-3
/
+10
*
Fixed regression: framed documents' URLs not being reported in the UI.
hackademix
2018-08-23
1
-1
/
+1
*
Update ChildPolicies when automatic temp TRUST for top-level document s is en...
hackademix
2018-08-23
1
-2
/
+2
*
More coherent wrapper around the webex messaging API.
hackademix
2018-08-22
1
-9
/
+7
*
Fixed possible surprises in background script message handling.
hackademix
2018-08-21
1
-63
/
+65
*
Simpler and more reliable safety net to ensure CSP headers are injected last ...
hackademix
2018-08-20
1
-23
/
+40
*
Fixed regression: refresh loop on page using requests of type="object" to cac...
hackademix
2018-08-19
1
-1
/
+1
*
More reliable attempt to run onResponseHeader listener the last of installed ...
hackademix
2018-08-18
1
-5
/
+19
*
Policy serialization using the contentScripts API.
hackademix
2018-08-16
1
-16
/
+1
*
Best effort to run webRequest.onHeaderReceived listener last (issue #6)
hackademix
2018-08-06
1
-6
/
+24
*
Fixed inline scripts not being reported to UI (skriptimaahinen).
hackademix
2018-08-01
1
-0
/
+1
*
Fixed startup race condition with pending request tracking.
hackademix
2018-08-01
1
-2
/
+3
*
Fixed regression in NOSCRIPT elements emulation.
hackademix
2018-07-28
1
-1
/
+1
*
Fixed window.stop() called in empty suframes.
hackademix
2018-07-28
1
-2
/
+3
*
Disable scripting in HTML-embedding objects where webglHook cannot run, if we...
hackademix
2018-07-26
1
-3
/
+12
[next]