1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Fix no-csp-reports default enabled switch state

Related feedback:
- 7d90f97aa1 (commitcomment-45138096)
This commit is contained in:
Raymond Hill 2020-12-15 09:36:04 -05:00
parent 4d3e032f36
commit 0052dc123b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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': '',