mirror of https://github.com/gorhill/uBlock.git
Remove pointless setting from support information
This commit is contained in:
parent
5f7d005e3d
commit
7428e117b5
|
@ -32,9 +32,10 @@ const uselessKeys = [
|
|||
'modifiedHiddenSettings.consoleLogLevel',
|
||||
'modifiedHiddenSettings.uiPopupConfig',
|
||||
'modifiedUserSettings.alwaysDetachLogger',
|
||||
'modifiedUserSettings.popupPanelSections',
|
||||
'modifiedUserSettings.firewallPaneMinimized',
|
||||
'modifiedUserSettings.externalLists',
|
||||
'modifiedUserSettings.importedLists',
|
||||
'modifiedUserSettings.popupPanelSections',
|
||||
];
|
||||
|
||||
const sensitiveValues = [
|
||||
|
|
Loading…
Reference in New Issue