mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix no-csp-reports default enabled switch state
Related feedback:
- 7d90f97aa1 (commitcomment-45138096)
This commit is contained in:
parent
4d3e032f36
commit
0052dc123b
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,6 @@ const fromFetch = function(to, fetched) {
|
|||
const createDefaultProps = function() {
|
||||
const fetchableProps = {
|
||||
'dynamicFilteringString': [
|
||||
'no-csp-reports: * true',
|
||||
'behind-the-scene * * noop',
|
||||
'behind-the-scene * image noop',
|
||||
'behind-the-scene * 3p noop',
|
||||
|
|
@ -234,6 +233,7 @@ const createDefaultProps = function() {
|
|||
].join('\n'),
|
||||
'urlFilteringString': '',
|
||||
'hostnameSwitchesString': [
|
||||
'no-csp-reports: * true',
|
||||
'no-large-media: behind-the-scene false',
|
||||
].join('\n'),
|
||||
'lastRestoreFile': '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue