Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused URL paths from /firefox/privacy/ (#14248) #14732

Merged
merged 1 commit into from
Jun 24, 2024
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.