mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Issue labels cannot be set client-side
This commit is contained in:
parent
44bcb5fd99
commit
2c60bb3b07
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ async function reportSpecificFilterIssue() {
|
|||
'`' + qs$('select[name="url"]').value + '`'
|
||||
);
|
||||
githubURL.searchParams.set('category', issueType);
|
||||
githubURL.searchParams.set('labels', 'uBOL');
|
||||
|
||||
const manifest = runtime.getManifest();
|
||||
const rulesets = await dnr.getEnabledRulesets();
|
||||
|
|
|
|||
Loading…
Reference in a new issue