Skip to content

Commit

Permalink
Remove browser comparison pages [no bug] (#14426)
Browse files Browse the repository at this point in the history
Taking down outdated pages until we can replace them with evergreen content.
  • Loading branch information
craigcook committed Apr 8, 2024
1 parent d51d470 commit b8b1bb4
Show file tree
Hide file tree
Showing 54 changed files with 9 additions and 3,237 deletions.
3 changes: 0 additions & 3 deletions bedrock/base/templates/includes/protocol/footer/footer.html
Expand Up @@ -39,9 +39,6 @@ <h5 class="mzp-c-footer-heading">
</h5>
<ul class="mzp-c-footer-list">
<li><a href="{{ url('privacy') }}" data-link-type="footer" data-link-text="Privacy Hub">{{ ftl('footer-privacy-hub', fallback='footer-privacy') }}</a></li>
{% if ftl_has_messages('footer-browser-comparison') %}
<li><a href="{{ url('firefox.browsers.compare.index') }}" data-link-type="footer" data-link-text="Browser Comparison">{{ ftl('footer-browser-comparison') }}</a></li>
{% endif %}
<li><a href="https://mozilla.design/?{{ utm_params }}&utm_content=resources" data-link-type="footer" data-link-text="Brand Standards">{{ ftl('footer-brand-standards') }}</a></li>
</ul>
</section>
Expand Down
4 changes: 2 additions & 2 deletions bedrock/firefox/redirects.py
Expand Up @@ -407,7 +407,7 @@ def mobile_app(request, *args, **kwargs):
redirect(r"^quality(/.*)?$", "http://quality.mozilla.org/"),
# Bug 654614 /blocklist -> addons.m.o/blocked
redirect(r"^blocklist(/.*)?$", "https://addons.mozilla.org/blocked/"),
redirect(r"^products/firebird/compare/?$", "/firefox/browsers/compare/"),
redirect(r"^products/firebird/compare/?$", "firefox.new"),
redirect(r"^products/firebird/?$", "firefox"),
redirect(r"^products/firebird/download/$", "firefox.new"),
redirect(r"^products/firefox/add-engines\.html$", "https://addons.mozilla.org/search-engines.php"),
Expand Down Expand Up @@ -507,7 +507,7 @@ def mobile_app(request, *args, **kwargs):
redirect(r"^firefox/browsers/mobile/compare/?$", "firefox.browsers.mobile.index"),
redirect(r"^firefox/ios/?$", "firefox.browsers.mobile.ios"),
# issue 14142
redirect(r"^firefox/browsers/compare/ie/?$", "firefox.browsers.compare.index"),
redirect(r"^firefox/browsers/compare(/.*)?$", "firefox.new"),
# issue 9502
redirect(r"^firefox/quantum/?", "/firefox/browsers/quantum/"),
# bug 1421584, issue 7491
Expand Down
299 changes: 0 additions & 299 deletions bedrock/firefox/templates/firefox/browsers/compare/brave.html

This file was deleted.

291 changes: 0 additions & 291 deletions bedrock/firefox/templates/firefox/browsers/compare/chrome.html

This file was deleted.

0 comments on commit b8b1bb4

Please sign in to comment.