Skip to content

Commit

Permalink
Remove unused URL paths from /firefox/privacy/ (mozilla#14248)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jun 24, 2024
1 parent b934240 commit b3524cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions bedrock/firefox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@
),
# Issue 7765, 7709
page("firefox/privacy/", "firefox/privacy/index.html", ftl_files=["firefox/privacy-hub"]),
page("firefox/privacy/products/", "firefox/privacy/products.html", ftl_files=["firefox/privacy-hub"]),
page("firefox/privacy/safe-passwords/", "firefox/privacy/passwords.html", ftl_files=["firefox/privacy-hub", "firefox/privacy/passwords"]),
# Issue 8432
# Issue 13253: Ensure that Firefox can continue to refer to this URL.
page("firefox/set-as-default/thanks/", "firefox/set-as-default/thanks.html", ftl_files="firefox/set-as-default/thanks"),
Expand All @@ -219,7 +217,6 @@
page("firefox/browsers/quantum/", "firefox/browsers/quantum.html", ftl_files="firefox/browsers/quantum"),
page("firefox/faq/", "firefox/faq.html", ftl_files="firefox/faq"),
page("firefox/browsers/chromebook/", "firefox/browsers/chromebook.html", ftl_files="firefox/browsers/chromebook"),
page("firefox/privacy/book/", "firefox/privacy/book.html", ftl_files="firefox/privacy/book"),
# Issue 9957
page("firefox/more/misinformation/", "firefox/more/misinformation.html", ftl_files="firefox/more/misinformation"),
# Firefox for Families evergreen page, Issue #12004
Expand Down
10 changes: 0 additions & 10 deletions l10n/configs/pontoon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@ locales = [
[[paths]]
reference = "en/firefox/nightly/**/*.ftl"
l10n = "{locale}/firefox/nightly/**/*.ftl"
[[paths]]
reference = "en/firefox/privacy/book.ftl"
l10n = "{locale}/firefox/privacy/book.ftl"
locales = [
"de",
"fr"
]
[[paths]]
reference = "en/firefox/privacy/passwords.ftl"
l10n = "{locale}/firefox/privacy/passwords.ftl"
[[paths]]
reference = "en/firefox/products/**/*.ftl"
l10n = "{locale}/firefox/products/**/*.ftl"
Expand Down
3 changes: 0 additions & 3 deletions tests/pages/firefox/privacy/__init__.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/pages/firefox/privacy/products.py

This file was deleted.

0 comments on commit b3524cd

Please sign in to comment.