summaryrefslogtreecommitdiff
path: root/src/content/DocumentCSP.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed scripts could not be enabled on file: SVG documents.hackademix2019-11-251-1/+1
* Fixed CSP DOM injection breaking XML documents rendering.hackademix2019-11-071-4/+18
* Fix for unrestricted tabs not affecting about:blank subframes (issue #48).hackademix2018-12-261-2/+2
* Prevent multiple CSP entries to be injected in the DOM on each reload if scri...hackademix2018-09-091-4/+2
* Ensure we remove the HEAD element parent of our META CSP policy only if we cr...hackademix2018-09-041-2/+3
* Work-around for CSP not being honored when the HEAD element has not been inse...hackademix2018-09-041-6/+14
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-2/+5
* Let content script inject failsafe CSP in the DOM.hackademix2018-08-271-0/+26