Skip to content

Commit

Permalink
Add dashless redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Jul 31, 2024
1 parent b604894 commit 6c802ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bedrock/firefox/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,5 @@ def mobile_app(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"),
)

0 comments on commit 6c802ee

Please sign in to comment.