partial changes for browser-addon
This commit is contained in:
parent
419443c3c2
commit
9ce7ec2882
@ -33,6 +33,14 @@ browser:
|
|||||||
tweaks: "Privacy Related Tweaks"
|
tweaks: "Privacy Related Tweaks"
|
||||||
recommendations: "Recommendations"
|
recommendations: "Recommendations"
|
||||||
webrtc_ip_leak: "WebRTC IP Leak"
|
webrtc_ip_leak: "WebRTC IP Leak"
|
||||||
|
browser-addons:
|
||||||
|
improve_your_privacy: "Improve your privacy with these excellent Firefox add-ons."
|
||||||
|
privacy_badger: "Privacy Badger"
|
||||||
|
privacy_badger_title: "Privacy Badger: Stop Tracking"
|
||||||
|
privacy_badger_description: "is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
|
||||||
|
ublock_origin: "uBlock Origin"
|
||||||
|
ublock_origin_title: "uBlock Origin: Block Ads and Trackers"
|
||||||
|
ublock_origin_description: "is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
||||||
software:
|
software:
|
||||||
software: "Software"
|
software: "Software"
|
||||||
notebook: "Digital Notebooks"
|
notebook: "Digital Notebooks"
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<h1 id="addons" class="anchor"><a href="#addons"><i class="fas fa-link anchor-icon"></i></a> Excellent Firefox Privacy Add-ons</h1>
|
<h1 id="addons" class="anchor"><a href="#addons"><i class="fas fa-link anchor-icon"></i></a> Excellent Firefox Privacy Add-ons</h1>
|
||||||
|
|
||||||
<div class="alert alert-primary" role="alert">
|
<div class="alert alert-primary" role="alert">
|
||||||
<strong>Improve your privacy with these excellent Firefox add-ons.</strong>
|
<strong>{% t browser-addons.improve_your_privacy %}</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Privacy Badger: Stop Tracking"
|
title="{% t browser-addons.privacy_badger_title %}"
|
||||||
image="/assets/img/addons/privacy-badger.png"
|
image="/assets/img/addons/privacy-badger.png"
|
||||||
description="<strong>Privacy Badger</strong> is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
|
description="<strong>{% t browser-addons.privacy_badger %}</strong> {% t browser-addons.privacy_description %}"
|
||||||
website="https://www.eff.org/privacybadger"
|
website="https://www.eff.org/privacybadger"
|
||||||
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
|
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
|
||||||
github="https://github.com/EFForg/privacybadger"
|
github="https://github.com/EFForg/privacybadger"
|
||||||
@ -19,9 +19,9 @@ android=""
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="uBlock Origin: Block Ads and Trackers"
|
title="{% t browser-addons.ublock_origin_title %}"
|
||||||
image="/assets/img/addons/ublock-origin.png"
|
image="/assets/img/addons/ublock-origin.png"
|
||||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
description="<strong>{% t browser-addons.ublock_origin %}</strong> {% t browser-addons.ublock_origin_description %}"
|
||||||
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
||||||
github="https://github.com/gorhill/uBlock/"
|
github="https://github.com/gorhill/uBlock/"
|
||||||
|
Reference in New Issue
Block a user