summaryrefslogtreecommitdiff
path: root/src/content/DocumentCSP.js
Commit message (Collapse)AuthorAgeFilesLines
* Prevent multiple CSP entries to be injected in the DOM on each reload if ↵hackademix2018-09-091-4/+2
| | | | scripting is disabled.
* Ensure we remove the HEAD element parent of our META CSP policy only if we ↵hackademix2018-09-041-2/+3
| | | | created it.
* Work-around for CSP not being honored when the HEAD element has not been ↵hackademix2018-09-041-6/+14
| | | | inserted yet.
* 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