1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Emphase GitHub account requirement

This commit is contained in:
Raymond Hill 2021-11-13 11:48:36 -05:00
parent 74fd28c76b
commit 19bdbddbfc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 3 additions and 2 deletions

View File

@ -889,7 +889,7 @@
"description": "Header of 'Filter issues' section in Support pane"
},
"supportS3P1": {
"message": "Report filter issues with specific websites to <span data-url=\"https://github.com/uBlockOrigin/uAssets/issues?q=is%3Aissue\"><code>uBlockOrigin/uAssets</code> issue tracker</span>. Requires a GitHub account.",
"message": "Report filter issues with specific websites to <span data-url=\"https://github.com/uBlockOrigin/uAssets/issues?q=is%3Aissue\"><code>uBlockOrigin/uAssets</code> issue tracker</span>. <u>Requires a GitHub account.</u>",
"description": "First paragraph of 'Filter issues' section in Support pane"
},
"supportS3P2": {
@ -905,7 +905,7 @@
"description": "Header of 'Bug report' section in Support pane"
},
"supportS4P1": {
"message": "Report issues with uBlock Origin itself to <span data-url=\"https://github.com/uBlockOrigin/uBlock-issues/issues?q=is%3Aissue\"><code>uBlockOrigin/uBlock-issue</code> issue tracker</span>. Requires a GitHub account.",
"message": "Report issues with uBlock Origin itself to <span data-url=\"https://github.com/uBlockOrigin/uBlock-issues/issues?q=is%3Aissue\"><code>uBlockOrigin/uBlock-issue</code> issue tracker</span>. <u>Requires a GitHub account.</u>",
"description": "First paragraph of 'Bug report' section in Support pane"
},
"supportS5H": {

View File

@ -46,6 +46,7 @@ const allowedTags = new Set([
'em',
'i',
'span',
'u',
]);
const expandHtmlEntities = (( ) => {