mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Separate name from version in report
To make it easier to spot reports from forks of uBOL.
This commit is contained in:
parent
a009623d97
commit
4032ba01bf
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ async function reportSpecificFilterIssue() {
|
|||
const defaultMode = await sendMessage({ what: 'getDefaultFilteringMode' });
|
||||
const modes = [ 'no filtering', 'basic', 'optimal', 'complete' ];
|
||||
const config = {
|
||||
version: `uBOL ${manifest.version}`,
|
||||
name: manifest.name,
|
||||
version: manifest.version,
|
||||
filtering: {
|
||||
'site': `${modes[reportedPage.mode]}`,
|
||||
'default': `${modes[defaultMode]}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue