mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 861633: Fix typo in new TLS sync preferences introduced with bug 733642, r=bsmith
This commit is contained in:
parent
045fad43d6
commit
f45b2df8fb
@ -1014,8 +1014,8 @@ pref("services.sync.prefs.sync.security.OCSP.disable_button.managecrl", true);
|
||||
pref("services.sync.prefs.sync.security.OCSP.enabled", true);
|
||||
pref("services.sync.prefs.sync.security.OCSP.require", true);
|
||||
pref("services.sync.prefs.sync.security.default_personal_cert", true);
|
||||
pref("services.sync.prefs.sync.security.security.tls.version.min", true);
|
||||
pref("services.sync.prefs.sync.security.security.tls.version.max", true);
|
||||
pref("services.sync.prefs.sync.security.tls.version.min", true);
|
||||
pref("services.sync.prefs.sync.security.tls.version.max", true);
|
||||
pref("services.sync.prefs.sync.signon.rememberSignons", true);
|
||||
pref("services.sync.prefs.sync.spellchecker.dictionary", true);
|
||||
pref("services.sync.prefs.sync.xpinstall.whitelist.required", true);
|
||||
|
Loading…
Reference in New Issue
Block a user