1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Enable dev console by default in dev build

This commit is contained in:
Raymond Hill 2023-10-22 12:33:10 -04:00
parent 8c283d4d38
commit 0b9b5a4802
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -90,6 +90,7 @@ const hiddenSettingsDefault = {
};
if ( vAPI.webextFlavor.soup.has('devbuild') ) {
hiddenSettingsDefault.consoleLogLevel = 'info';
hiddenSettingsDefault.trustedListPrefixes += ' user-';
}