mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
parent
d24ac0c406
commit
8fb5b349d5
2 changed files with 5 additions and 2 deletions
|
|
@ -580,6 +580,9 @@ pref("network.captive-portal-service.enabled", true);
|
|||
// If true, network link events will change the value of navigator.onLine
|
||||
pref("network.manage-offline-status", true);
|
||||
|
||||
// Enable opportunistic encryption by default
|
||||
pref("network.http.opportunistic-encryption", true);
|
||||
|
||||
// We want to make sure mail URLs are handled externally...
|
||||
pref("network.protocol-handler.external.mailto", true); // for mail
|
||||
pref("network.protocol-handler.external.news", true); // for news
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue