tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f7dd2562e8723829196d989a947b461f88395cff
parent abc121c612097d9da3262e9a85f8ace130555b9a
Author: Sandra Qu <squiles@mozilla.com>
Date:   Thu,  2 Oct 2025 13:54:35 +0000

Bug 1990919 -  Modify captivePortal tests to force usage of old network error page designs - r=niklas

Differential Revision: https://phabricator.services.mozilla.com/D266236

Diffstat:
Mbrowser/base/content/test/captivePortal/browser.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/browser/base/content/test/captivePortal/browser.toml b/browser/base/content/test/captivePortal/browser.toml @@ -1,5 +1,9 @@ [DEFAULT] support-files = ["head.js"] +prefs = [ + # Show old design when Network Error Page new design is active + "security.certerrors.felt-privacy-v1=false" +] ["browser_CaptivePortalWatcher.js"] skip-if = ["os == 'win'"] # Bug 1313894