Skip to content

Commit

Permalink
Enable dev console by default in dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 22, 2023
1 parent 8c283d4 commit 0b9b5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const hiddenSettingsDefault = {
};

if ( vAPI.webextFlavor.soup.has('devbuild') ) {
hiddenSettingsDefault.consoleLogLevel = 'info';
hiddenSettingsDefault.trustedListPrefixes += ' user-';
}

Expand Down

0 comments on commit 0b9b5a4

Please sign in to comment.