1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-06 02:42:33 +01:00

[mv3] Issue labels cannot be set client-side

This commit is contained in:
Raymond Hill 2024-10-11 16:41:03 -04:00
parent 44bcb5fd99
commit 2c60bb3b07
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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();