We need to create a Firefox VPN section in about:settings and add the header, description, and Learn More link. We are still waiting on feedback from UX as to where this section should sit within about:settings. The VPN settings section should be controlled by a new pref, for example `browser.ipProtection.settings.ui.enabled`. This should control whether or not the entire section is displayed to the user. To create the section, we need to add a `dataIPProtectionGroup` to [preferences/main.inc.xhtml](https://searchfox.org/firefox-main/rev/da7a647e48e4c1ff687cd1d17fa89ce78ddc14fa/browser/components/preferences/main.inc.xhtml) that includes the section, as well as the header (with description and learn more link).
Bug 1993031 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We need to create a Firefox VPN section in about:settings and add the header, description, and Learn More link. We are still waiting on feedback from UX as to where this section should sit within about:settings. The VPN settings section should be controlled by a new pref, for example `browser.ipProtection.settings.ui.enabled`. This should control whether or not the entire section is displayed to the user. To create the section, we need to add a `dataIPProtectionGroup` to [preferences/privacy.inc.xhtml](https://searchfox.org/firefox-main/source/browser/components/preferences/privacy.inc.xhtml) that includes the section, as well as the header (with description and learn more link).