mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Change captive portal detection URL to our own.
This commit is contained in:
parent
363a47c4c1
commit
d24ac0c406
1 changed files with 1 additions and 1 deletions
|
|
@ -4988,7 +4988,7 @@ pref("network.captive-portal-service.maxInterval", 1500000); // 25 minutes
|
|||
pref("network.captive-portal-service.backoffFactor", "5.0");
|
||||
pref("network.captive-portal-service.enabled", false);
|
||||
|
||||
pref("captivedetect.canonicalURL", "http://detectportal.firefox.com/success.txt");
|
||||
pref("captivedetect.canonicalURL", "http://detectportal.palemoon.org/success.txt");
|
||||
pref("captivedetect.canonicalContent", "success\n");
|
||||
pref("captivedetect.maxWaitingTime", 5000);
|
||||
pref("captivedetect.pollingTime", 3000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue