commit dc4ff7339a8ac466d1cc9c3d5445daf5795c0384
parent 038b5b150d519f43f589d32dc22a306cfa5e3667
Author: Fred Chasen <fchasen@mozilla.com>
Date: Mon, 10 Nov 2025 17:34:31 +0000
Bug 1997229 - Add panel for the IP protection site setting subview. r=ip-protection-reviewers,fluent-reviewers,bolsson,rking
Differential Revision: https://phabricator.services.mozilla.com/D270631
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml
@@ -823,9 +823,11 @@
has-custom-header="true">
</panelview>
- <panelview id="PanelUI-ipprotection-settings"
+ <panelview id="PanelUI-ipprotection-site-settings"
class="PanelUI-subView"
- mainview-with-header="true">
+ data-l10n-id="ipprotection-site-settings-title"
+ data-l10n-attrs="title">
+ <vbox id="PanelUI-ipprotection-site-settings-content" class="panel-subview-body"/>
</panelview>
#include ../../components/reportbrokensite/content/reportBrokenSitePanel.inc.xhtml
diff --git a/browser/locales-preview/ipProtection.ftl b/browser/locales-preview/ipProtection.ftl
@@ -117,4 +117,7 @@ ip-protection-exceptions-dialog-window =
ip-protection-exclusions-desc = Use VPN for all websites except ones on this list.
ip-protection-inclusions-desc = Use VPN for only select websites.
+ipprotection-site-settings-title =
+ .title = VPN site settings
+
##