mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(firefox): disable captive portal service (#1737)
This commit is contained in:
parent
3584205086
commit
f282400e1f
@ -10,6 +10,7 @@ pref("browser.library.activity-stream.enabled", false);
|
||||
pref("browser.search.geoSpecificDefaults", false);
|
||||
pref("browser.search.geoSpecificDefaults.url", "");
|
||||
pref("captivedetect.canonicalURL", "");
|
||||
pref("network.captive-portal-service.enabled", false);
|
||||
pref("network.connectivity-service.enabled", false);
|
||||
pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user