summaryrefslogtreecommitdiff
path: root/src/content/staticNS.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed external scripts included in HEAD of file:// pages failing (issue #115).hackademix2019-11-161-2/+22
* Use fragments to reinsert and run previously blocked scripts.hackademix2019-11-031-3/+9
* Fetch policies asynchronously for about: and javascript: URLs.hackademix2019-11-031-6/+7
* Compute the correct origin for the policy to be fetched from about:blank and ...hackademix2019-11-011-3/+11
* Script blocking before policy is fetched only for synchronous loads.hackademix2019-11-011-10/+12
* Fixed bug in policy fetching.hackademix2019-10-311-4/+17
* Use pseudo-sync messaging to fetch policies for non-HTTP page loads only.hackademix2019-10-311-2/+2
* On Chrome limit SyncMessage usage to non-HTTP urls.hackademix2019-10-311-2/+9
* Use semi-synchronous mode to fetch policies.hackademix2019-10-301-18/+20
* More precise and verbose fallbacks for policy retrieval timing issues.hackademix2019-10-251-2/+19
* Consolidated missing endpoint error detection in Messages.hackademix2019-10-251-1/+1
* Cleaner and tighter usage of SyncMessage to fetch policies.hackademix2019-10-251-26/+18
* Support for safe asynchronous page loading without fallback reloads.hackademix2019-10-181-18/+7
* Prevent startup tabs to remain stuck with about:blank.hackademix2019-10-021-1/+1
* Prevent startup race conditions breaking pinned tabs sometimes.hackademix2019-10-021-4/+3
* Make extra efforts to ensure safety net reloads happen only once on startup.hackademix2019-10-021-16/+27
* Handle edge-case policy retrieval for file:// pages loaded by session restore...hackademix2019-10-011-2/+31
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ...hackademix2019-09-291-66/+16
* Catch SecurityException thrown on cross-origin wrappedJSObject access.hackademix2019-04-081-1/+6
* Limit wrappedJSObject usages to compatible browsers.hackademix2019-04-011-1/+1
* Safer cookie-less check for unrestricted tabs from subdocuments.hackademix2018-12-271-4/+9
* Fix for unrestricted tabs not affecting about:blank subframes (issue #48).hackademix2018-12-261-1/+15
* Fixed potential race condition in per-tab configuration cookie hack.hackademix2018-10-141-3/+4
* Use cookie instead of window.name as a tab-configuration hack.hackademix2018-10-131-20/+9
* Set tab restrictions status across all frames.hackademix2018-10-121-9/+5
* Better IPV6 support.hackademix2018-09-101-1/+20
* Streamlined child policy content scripts.hackademix2018-09-101-6/+5
* More efficient window.name persistence for tab-scoped permissions.hackademix2018-09-081-30/+34
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-0/+99