mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Enable dev console by default in dev build
This commit is contained in:
parent
8c283d4d38
commit
0b9b5a4802
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ const hiddenSettingsDefault = {
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( vAPI.webextFlavor.soup.has('devbuild') ) {
|
if ( vAPI.webextFlavor.soup.has('devbuild') ) {
|
||||||
|
hiddenSettingsDefault.consoleLogLevel = 'info';
|
||||||
hiddenSettingsDefault.trustedListPrefixes += ' user-';
|
hiddenSettingsDefault.trustedListPrefixes += ' user-';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue