mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Explicit filtering modes in troubleshooting data
This commit is contained in:
parent
b9a5726672
commit
1ea56a04cd
1 changed files with 4 additions and 1 deletions
|
|
@ -113,7 +113,10 @@ async function reportSpecificFilterIssue() {
|
|||
const modes = [ 'no filtering', 'basic', 'optimal', 'complete' ];
|
||||
const config = {
|
||||
version: `uBOL ${manifest.version}`,
|
||||
mode: `${modes[reportedPage.mode]} / ${modes[defaultMode]}`,
|
||||
filtering: {
|
||||
'site': `${modes[reportedPage.mode]}`,
|
||||
'default': `${modes[defaultMode]}`,
|
||||
},
|
||||
rulesets,
|
||||
};
|
||||
const configBody = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue