Disabling sending requests to verify the validity of the certificate

This commit is contained in:
slava86 2022-03-01 16:09:18 +03:00
parent d431ba24d8
commit 2cbf747da8
2 changed files with 3 additions and 1 deletions

View file

@ -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/

View file

@ -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", "");