index
:
noscript
master
[no description]
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
content
/
staticNS.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed external scripts included in HEAD of file:// pages failing (issue #115).
hackademix
2019-11-16
1
-2
/
+22
|
*
Use fragments to reinsert and run previously blocked scripts.
hackademix
2019-11-03
1
-3
/
+9
|
*
Fetch policies asynchronously for about: and javascript: URLs.
hackademix
2019-11-03
1
-6
/
+7
|
*
Compute the correct origin for the policy to be fetched from about:blank and ↵
hackademix
2019-11-01
1
-3
/
+11
|
|
|
|
javascript: URLs.
*
Script blocking before policy is fetched only for synchronous loads.
hackademix
2019-11-01
1
-10
/
+12
|
*
Fixed bug in policy fetching.
hackademix
2019-10-31
1
-4
/
+17
|
*
Use pseudo-sync messaging to fetch policies for non-HTTP page loads only.
hackademix
2019-10-31
1
-2
/
+2
|
*
On Chrome limit SyncMessage usage to non-HTTP urls.
hackademix
2019-10-31
1
-2
/
+9
|
*
Use semi-synchronous mode to fetch policies.
hackademix
2019-10-30
1
-18
/
+20
|
*
More precise and verbose fallbacks for policy retrieval timing issues.
hackademix
2019-10-25
1
-2
/
+19
|
*
Consolidated missing endpoint error detection in Messages.
hackademix
2019-10-25
1
-1
/
+1
|
*
Cleaner and tighter usage of SyncMessage to fetch policies.
hackademix
2019-10-25
1
-26
/
+18
|
*
Support for safe asynchronous page loading without fallback reloads.
hackademix
2019-10-18
1
-18
/
+7
|
*
Prevent startup tabs to remain stuck with about:blank.
hackademix
2019-10-02
1
-1
/
+1
|
*
Prevent startup race conditions breaking pinned tabs sometimes.
hackademix
2019-10-02
1
-4
/
+3
|
*
Make extra efforts to ensure safety net reloads happen only once on startup.
hackademix
2019-10-02
1
-16
/
+27
|
*
Handle edge-case policy retrieval for file:// pages loaded by session ↵
hackademix
2019-10-01
1
-2
/
+31
|
|
|
|
restore on startup and alike.
*
Replace cookie-based hacks with synchronous messaging (currently shimmed) to ↵
hackademix
2019-09-29
1
-66
/
+16
|
|
|
|
retrieve fallback and per-tab restriction policies.
*
Catch SecurityException thrown on cross-origin wrappedJSObject access.
hackademix
2019-04-08
1
-1
/
+6
|
*
Limit wrappedJSObject usages to compatible browsers.
hackademix
2019-04-01
1
-1
/
+1
|
*
Safer cookie-less check for unrestricted tabs from subdocuments.
hackademix
2018-12-27
1
-4
/
+9
|
*
Fix for unrestricted tabs not affecting about:blank subframes (issue #48).
hackademix
2018-12-26
1
-1
/
+15
|
*
Fixed potential race condition in per-tab configuration cookie hack.
hackademix
2018-10-14
1
-3
/
+4
|
*
Use cookie instead of window.name as a tab-configuration hack.
hackademix
2018-10-13
1
-20
/
+9
|
*
Set tab restrictions status across all frames.
hackademix
2018-10-12
1
-9
/
+5
|
*
Better IPV6 support.
hackademix
2018-09-10
1
-1
/
+20
|
*
Streamlined child policy content scripts.
hackademix
2018-09-10
1
-6
/
+5
|
*
More efficient window.name persistence for tab-scoped permissions.
hackademix
2018-09-08
1
-30
/
+34
|
*
Further CSP refactoring and removal of obsolete fallbacks.
hackademix
2018-08-27
1
-0
/
+99