summaryrefslogtreecommitdiff
path: root/src/bg/ReportingCSP.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed hard reload needed after releasing restrictions (regression on Firefox ↵hackademix2020-05-151-9/+5
| | | | Beta).
* Further refresh syntax parsing leniency (thanks insertscript).hackademix2020-03-251-1/+1
|
* Uniform refresh url matching across HTTP and DOM checks (thanks insertscript).hackademix2020-03-221-1/+1
|
* Prevent ANY redirection to data: URIs in documents.hackademix2020-03-181-3/+3
|
* Force CSP inheritance for redirections to data: URIs on Gecko pre-69.hackademix2020-03-131-1/+9
|
* Simplified CSP HTTP header injection, avoiding report-to until actually ↵hackademix2018-10-061-12/+20
| | | | supported by browsers.
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-6/+33
|
* Refactoring CSP building out of RequestGuard.hackademix2018-08-271-0/+20