browser-recommendation: suggest Firefox ESR instead of Firefox #881
@ -12,12 +12,13 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
{% include card.html color="primary"
|
{% include card.html color="primary"
|
||||||
title="Mozilla Firefox"
|
title="Mozilla Firefox ESR"
|
||||||
image="/assets/img/tools/Firefox.png"
|
image="/assets/img/tools/Firefox.png"
|
||||||
url="https://www.firefox.com/"
|
website="mozilla.org"
|
||||||
|
url="https://www.mozilla.org/en-US/firefox/organizations/all/"
|
||||||
footer="OS: Windows, macOS, Linux, Android, iOS, BSD."
|
footer="OS: Windows, macOS, Linux, Android, iOS, BSD."
|
||||||
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
|
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||||
|
|||||||
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.'
|
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>. The extended support release (ESR) gets new features more slowly, while still receiving backported security updates promptly.'
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include card.html color="warning"
|
{% include card.html color="warning"
|
||||||
|
Reference in New Issue
Block a user
I will need help on how to format URL if this PR is judged acceptable.
Add a
website="mozilla.org"
parameter. I set it up so that whenwebsite
is missing, it's created fromurl
by removing things like slashes,https:
etc.