browser-recommendation: suggest Firefox ESR instead of Firefox #881

Closed
Mikaela wants to merge 1 commits from firefox-esr into master
1 changed files with 4 additions and 3 deletions

View File

@ -12,12 +12,13 @@
%}
{% include card.html color="primary"
title="Mozilla Firefox"
title="Mozilla Firefox ESR"
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."
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
Mikaela commented 2019-04-24 19:49:17 +00:00 (Migrated from github.com)
Review

I will need help on how to format URL if this PR is judged acceptable.

Screenshot from 2019-04-24 22-48-44

I will need help on how to format URL if this PR is judged acceptable. ![Screenshot from 2019-04-24 22-48-44](https://user-images.githubusercontent.com/831184/56689164-041dce80-66ca-11e9-98ed-2113f3aa6167.png)
Review

Add a website="mozilla.org" parameter. I set it up so that when website is missing, it's created from url by removing things like slashes, https: etc.

Add a `website="mozilla.org"` parameter. I set it up so that when `website` is missing, it's created from `url` by removing things like slashes, `https:` etc.
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"