mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
#863 part 2: Make opportunistic encryption opt-in for UXP
This exposes the new pref and also sets the Alt-Svc pref for OE to false. Basilisk gets a default opt-in for both to stay close to Firefox.
This commit is contained in:
parent
a56a6ca1d1
commit
0c4fe21435
2 changed files with 8 additions and 1 deletions
|
|
@ -580,6 +580,10 @@ 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.altsvc.oe", true);
|
||||
pref("network.http.upgrade-insecure-requests", 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