summaryrefslogtreecommitdiff
path: root/src/content/content.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ↵hackademix2019-09-291-6/+3
| | | | retrieve fallback and per-tab restriction policies.
* Work-around for browser.i18n.getMessage() API in content scripts giving away ↵hackademix2019-07-311-1/+11
| | | | browser's real locale (Tor issue #31287).
* Better IPV6 support.hackademix2018-09-101-7/+1
|
* Streamlined child policy content scripts.hackademix2018-09-101-1/+1
|
* Fix for various content script timing related issues.hackademix2018-09-091-2/+1
|
* Saner message dispatching.hackademix2018-09-081-2/+1
|
* Work-around for a potential race condition in message handling on extension ↵hackademix2018-09-051-0/+5
| | | | updates.
* Work-around for CSP not being honored when the HEAD element has not been ↵hackademix2018-09-041-13/+1
| | | | inserted yet.
* Better file: protocol support.hackademix2018-09-041-6/+16
|
* Fix fallback scripts when ServiceWorkers are unavailablePeter Wu2018-08-301-6/+6
| | | | | | | ServiceWorkers are not available in private browsing mode (and can be disabled otherwise via about:config), be sure to check its availability. Otherwise fallback scripts are not invoked which prevents redirections in <noscript> tags from being executed (as observed with t.co).
* Reload-less service worker busting.hackademix2018-08-281-0/+10
|
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-188/+30
|
* Let content script inject failsafe CSP in the DOM.hackademix2018-08-271-2/+9
|
* Hotfix for some possible reload loops before refactoring CSP management.hackademix2018-08-251-1/+0
|
* Fixed typo causing accidental permissions/status mismatches being checked ↵hackademix2018-08-231-1/+1
| | | | only while pages are still loading (thanks skriptimaahinen).
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-12/+3
|
* Fixed possible surprises in background script message handling.hackademix2018-08-211-3/+3
|
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-10/+17
|
* Hack: use top.name to store per-tab content-side configuration (e.g. ↵hackademix2018-08-171-1/+41
| | | | unrestricted tab status).
* Policy serialization using the contentScripts API.hackademix2018-08-161-2/+28
|
* Improved support for debugging code removal in releases.hackademix2018-08-011-1/+1
|
* Fixed updating NoScript reloads tabs with revoked temporary permissions.hackademix2018-08-011-2/+6
|
* Fixed browser action icon not being updated on BF cache navigation.hackademix2018-07-281-4/+10
|
* Fixed regression in NOSCRIPT elements emulation.hackademix2018-07-281-8/+7
|
* Fixed some video streams not playing anymore.hackademix2018-07-281-1/+1
|
* Fixed window.stop() called in empty suframes.hackademix2018-07-281-1/+1
|
* Disable scripting in HTML-embedding objects where webglHook cannot run, if ↵hackademix2018-07-261-2/+2
| | | | webgl not allowed.
* Fixed infinite reload loops on scripting permissions mismatches.hackademix2018-07-251-6/+12
|
* Work-around for serviceWorker loads bypassing webRequest.hackademix2018-07-241-14/+38
|
* More reliable handling of edge startup cases.hackademix2018-07-221-6/+23
|
* Fixed dynamic script injection failing sometimes with "No matching message ↵hackademix2018-07-221-2/+7
| | | | handler" error.
* Prevent multiple canScript content messages during the same page load.hackademix2018-07-201-1/+9
|
* Content-side DOM insertions made compatible with XML document.hackademix2018-07-091-0/+4
|
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-011-0/+107