Skip to content

Commit

Permalink
Disclose where uBO's own filter lists are hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 18, 2021
1 parent 4fe8126 commit 1d27138
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 8 additions & 2 deletions src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 1d27138

Please sign in to comment.