Skip to content

Commit

Permalink
Remove browsers/compare/ie references [fixes mozilla#14142] (mozill…
Browse files Browse the repository at this point in the history
  • Loading branch information
reemhamz authored Feb 8, 2024
1 parent aaaca6a commit 5bd42dc
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 390 deletions.
2 changes: 2 additions & 0 deletions bedrock/firefox/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ def firefox_channel(*args, **kwargs):
# issue 14141
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"),
# issue 9502
redirect(r"^firefox/quantum/?", "/firefox/browsers/quantum/"),
# bug 1421584, issue 7491
Expand Down
279 changes: 0 additions & 279 deletions bedrock/firefox/templates/firefox/browsers/compare/ie.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,5 @@
'text': ftl('sub-navigation-brave'),
'href': url('firefox.browsers.compare.brave'),
'cta_name': "Brave"
},
{
'text': ftl('sub-navigation-ie'),
'href': url('firefox.browsers.compare.ie') ,
'cta_name': "IE"
}]
) }}
Loading

0 comments on commit 5bd42dc

Please sign in to comment.