Bug 1946446 - Update about:rights r=geckoview-reviewers,desktop-theme-reviewers,fluent-reviewers,dao,flod,m_kato,sessionstore-reviewers,Gijs,nsharpley

- Redirect about:rights to terms page
  - Remove code related to old in-tree about:rights page

[[ https://mozilla-hub.atlassian.net/browse/FIDE-2485 | See Jira ticket ]]

Differential Revision: https://phabricator.services.mozilla.com/D237913
This commit is contained in:
Meg Viar
2025-02-18 18:27:15 +00:00
parent dd0c84e28f
commit 7c54ffb59e
26 changed files with 33 additions and 520 deletions

View File

@@ -32,7 +32,7 @@ export var ControlCenter = {
about: {
selectors: CC_SELECTORS,
async applyConfig() {
await loadPage("about:rights");
await loadPage("about:policies");
await openIdentityPopup();
},
},