mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Fix incorrect redaction of user filterset
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/1541#issuecomment-966543580
This commit is contained in:
parent
6e7b08c1df
commit
d142066f95
@ -35,7 +35,7 @@ const uselessKeys = [
|
||||
];
|
||||
|
||||
const sensitiveValues = [
|
||||
'filterset',
|
||||
'filterset (user)',
|
||||
'modifiedUserSettings.popupPanelSections',
|
||||
'modifiedHiddenSettings.userResourcesLocation',
|
||||
'trustedset.added',
|
||||
@ -184,23 +184,23 @@ function reportSpecificFilterType() {
|
||||
|
||||
function reportSpecificFilterIssue(ev) {
|
||||
const bodyTemplate = [
|
||||
'### Address of the web page',
|
||||
'## Address of the web page',
|
||||
'',
|
||||
'`{{url}}`',
|
||||
'',
|
||||
'### Type of issue',
|
||||
'## Type of issue',
|
||||
'',
|
||||
'{{type}}',
|
||||
'',
|
||||
'### Description (when issue is not obvious)',
|
||||
'## Description (when issue is not obvious)',
|
||||
'',
|
||||
'[none]',
|
||||
'',
|
||||
'### Screenshot (when description is difficult)',
|
||||
'## Screenshot (when description is difficult)',
|
||||
'',
|
||||
'[none]',
|
||||
'',
|
||||
'### Configuration',
|
||||
'## Configuration',
|
||||
'',
|
||||
'{{configuration}}',
|
||||
].join('\n');
|
||||
|
Loading…
Reference in New Issue
Block a user