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

Disclose where uBO's own filter lists are hosted

This commit is contained in:
Raymond Hill 2021-07-18 10:10:17 -04:00
parent 4fe8126c66
commit 1d27138da9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 16 additions and 2 deletions

View File

@ -891,6 +891,14 @@
"message": "External dependencies (GPLv3-compatible):",
"description": "Shown in the About pane"
},
"aboutCDNs": {
"message": "uBO's own filter lists are freely hosted on the following <a href=\"https://wikipedia.org/wiki/Content_delivery_network\">CDNs</a>:",
"description": "Shown in the About pane"
},
"aboutCDNsInfo": {
"message": "A randomly picked CDN will be used when a filter list needs to be updated",
"description": "Shown in the About pane"
},
"aboutBackupDataButton": {
"message": "Back up to file",
"description": "Text for button to create a backup of all settings"

View File

@ -26,13 +26,13 @@
</div>
<div class="li"><a href="https://github.com/uBlockOrigin/uBlock-issues/issues" data-i18n="aboutIssues"></a></div>
<div class="li"><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a></div>
<div class="li"><span data-i18n="aboutContributors">&nbsp;</span></div>
<div class="li"><span data-i18n="aboutContributors"></span></div>
<div class="liul">
<div class="li"><a href="https://github.com/gorhill/uBlock/graphs/contributors" data-i18n="aboutSourceCode"></a></div>
<div class="li"><a href="https://crowdin.com/project/ublock" data-i18n="aboutTranslations"></a></div>
<div class="li"><a href="https://github.com/uBlockOrigin/uAssets/graphs/contributors" data-i18n="aboutFilterLists"></a></div>
</div>
<div class="li"><span data-i18n="aboutDependencies">&nbsp;</span></div>
<div class="li"><span data-i18n="aboutDependencies"></span></div>
<div class="liul">
<div class="li"><span><a href="https://codemirror.net/" target="_blank">CodeMirror</a> by <a href="https://github.com/marijnh">Marijn Haverbeke</a></span></div>
<div class="li"><span><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a></span></div>
@ -42,6 +42,12 @@
<div class="li"><span><a href="https://github.com/Swatinem/diff" target="_blank">An implementation of Myers' diff algorithm</a> by <a href="https://github.com/Swatinem">Arpad Borsos</a></span></div>
<div class="li"><span><a href="https://github.com/foo123/RegexAnalyzer" target="_blank">Regular Expression Analyzer</a> by <a href="https://github.com/foo123">Nikos M.</a></span></div>
</div>
<div class="li"><span data-i18n="aboutCDNs"></span></div>
<div class="liul">
<div class="li"><span><a href="https://combinatronics.io/" target="_blank">Combinatronics</a>, <a href="https://gitcdn.xyz/" target="_blank">GitCDN</a>, <a href="https://github.com/" target="_blank">GitHub</a>, <a href="https://www.jsdelivr.com/" target="_blank">jsDelivr</a>, <a href="https://statically.io/" target="_blank">Statically</a></span>
</div>
<div class="li" data-i18n="aboutCDNsInfo"></div>
</div>
<hr>
<div id="dev">
<button id="sfneBenchmark" type="button">Benchmark static filtering engine</button>