Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ <h4 class="c-menu-item-title">{{ ftl('navigation-v2-mozilla-monitor') }}</h4>
</a>
</section>
</li>
<li>
<section class="c-menu-item mzp-has-icon">
<a class="c-menu-item-link" href="{{ url('firefox.facebookcontainer.index') }}" data-link-text="Facebook Container" data-link-position="topnav - products">
<svg class="c-menu-item-icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f80073" d="M27 1H5C2.8 1 1 2.8 1 5v22c0 2.2 1.8 4 4 4h22c2.2 0 4-1.8 4-4V5c0-2.2-1.8-4-4-4z"></path><path fill="#fff" d="M26 8.8l-1.4-1.4c-.1-.1-.2-.1-.3 0l-1.4 1.4-.1.1v2.8h-2.3V8.9L19 7.4c-.1-.1-.2-.1-.3 0l-1.4 1.4-.1.1v2.8h-2.3V8.9l-1.4-1.4c-.1-.1-.2-.1-.3 0l-1.4 1.4-.1.1v2.8H9.2V8.9L7.8 7.4c-.1-.1-.2-.1-.3 0L6 8.8l-.1.1v15c0 .1.1.2.2.2H9c.1 0 .2-.1.2-.2v-2.8h2.3V24c0 .1.1.2.2.2h2.8c.1 0 .2-.1.2-.2v-2.8H17V24c0 .1.1.2.2.2H20c.1 0 .2-.1.2-.2v-2.8h2.3V24c0 .1.1.2.2.2h2.8c.1 0 .2-.1.2-.2V9c.4-.1.3-.2.3-.2zm-14.7 11H9.2v-6.6h2.3v6.6h-.2zm5.6 0h-2.1v-6.6h2.3v6.6h-.2zm5.7 0h-2.1v-6.6h2.3v6.6h-.2z"></path></svg>
<h4 class="c-menu-item-title">{{ ftl('navigation-v2-facebook-container') }}</h4>
<p class="c-menu-item-desc">{{ ftl('navigation-v2-help-prevent-facebook-from') }}</p>
</a>
</section>
</li>
<li>
<section class="c-menu-item mzp-has-icon">
<a class="c-menu-item-link" href="{{ url('products.vpn.landing') }}" data-link-text="Mozilla VPN" data-link-position="topnav - products">
Expand Down
8 changes: 6 additions & 2 deletions bedrock/firefox/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ def _redirect_to_same_path_on_fxc(request, *args, **kwargs):
offsite_redirect(r"^firefox/mac/$", f"{FXC}/browsers/desktop/mac/", permanent=True),
offsite_redirect(r"^firefox/mobile/get-app/$", f"{FXC}/browsers/mobile/get-app/", permanent=True),
offsite_redirect(r"^firefox/more/$", f"{FXC}/more/", permanent=True),
offsite_redirect(r"^firefox/more/misinformation/$", f"{FXC}/features/", permanent=True),
offsite_redirect(r"^firefox/family/$", f"{FXC}/", permanent=True),
offsite_redirect(r"^firefox/nothing-personal/$", f"{FXC}/", permanent=True),
offsite_redirect(r"^firefox/set-as-default/$", f"{FXC}/landing/set-as-default/", permanent=True),
offsite_redirect(r"^firefox/set-as-default/thanks/$", f"{FXC}/landing/set-as-default/thanks/", permanent=True),
offsite_redirect(r"^firefox/unsupported-systems/$", f"{FXC}/browsers/unsupported-systems/", permanent=True),
Expand Down Expand Up @@ -784,7 +787,7 @@ def _redirect_to_same_path_on_fxc(request, *args, **kwargs):
# issue 10703
redirect(r"firefox/lockwise/?", "https://support.mozilla.org/kb/end-of-support-firefox-lockwise"),
# issue 12107
redirect(r"^/firefox/families/?$", "firefox.family.index"),
redirect(r"^/firefox/families/?$", f"{FXC}/", permanent=True),
redirect(r"^firefox/features/memory/?$", "firefox.features.fast"),
redirect(r"^firefox/features/independent/?$", "firefox.features.index"),
redirect(r"^firefox/features/safebrowser/?$", "firefox.features.private"),
Expand All @@ -803,7 +806,8 @@ def _redirect_to_same_path_on_fxc(request, *args, **kwargs):
redirect(r"^firefox/privacy/products/?$", "products.landing"),
redirect(r"^firefox/privacy/safe-passwords/?$", "firefox.features.password-manager"),
redirect(r"^firefox/privacy/book/?$", "https://support.mozilla.org/kb/how-stay-safe-web"),
redirect(r"^firefox/nothingpersonal/?$", "firefox.nothing-personal.index"),
redirect(r"^firefox/nothingpersonal/?$", f"{FXC}/", permanent=True),
redirect(r"^firefox/facebookcontainer/?$", "https://addons.mozilla.org/firefox/addon/facebook-container/", permanent=True),
# issue 15841
redirect(r"^firefox/tech/?$", "firefox.landing.tech"),
# issue 16089, 16159
Expand Down

This file was deleted.

30 changes: 0 additions & 30 deletions bedrock/firefox/templates/firefox/browsers/compare/brave.html

This file was deleted.

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

This file was deleted.

32 changes: 0 additions & 32 deletions bedrock/firefox/templates/firefox/browsers/compare/edge.html

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions bedrock/firefox/templates/firefox/browsers/compare/index.html

This file was deleted.

31 changes: 0 additions & 31 deletions bedrock/firefox/templates/firefox/browsers/compare/opera.html

This file was deleted.

31 changes: 0 additions & 31 deletions bedrock/firefox/templates/firefox/browsers/compare/safari.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
{% endblock %}

{% block sub_navigation %}
{% include 'firefox/includes/sub-nav-firefox.html' %}
{% endblock %}

{% block content %}
Expand Down
Loading
Loading