mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-23 17:12:55 +00:00
Disabling sending requests to verify the validity of the certificate
This commit is contained in:
parent
d431ba24d8
commit
2cbf747da8
2 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,7 @@ Summary: Next generation web browser
|
|||
Name: firefox-esr91
|
||||
Version: %{major}
|
||||
Epoch: %{ff_epoch}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MPLv1+
|
||||
Group: Networking/WWW
|
||||
Url: http://www.mozilla.com/firefox/
|
||||
|
|
|
@ -16,6 +16,8 @@ pref("extensions.autoDisableScopes", 0);
|
|||
pref("extensions.shownSelectionUI", true);
|
||||
pref("network.manage-offline-status", true);
|
||||
pref("layers.offmainthreadcomposition.enabled", false);
|
||||
// Disabling sending requests to verify the validity of the certificate
|
||||
pref("security.OCSP.enabled", 0);
|
||||
// autoupdated for ru-RU
|
||||
// pref("intl.accept_languages", "");
|
||||
pref("intl.locale.requested", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue