Skip to content

Commit

Permalink
Fix incorrect redaction of user filterset
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 11, 2021
1 parent 6e7b08c commit d142066
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/js/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const uselessKeys = [
];

const sensitiveValues = [
'filterset',
'filterset (user)',
'modifiedUserSettings.popupPanelSections',
'modifiedHiddenSettings.userResourcesLocation',
'trustedset.added',
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit d142066

Please sign in to comment.