>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Firefox http://forum.mozilla-russia.org/viewforum.php?id=4 >Отключение обновления через файл prefs.js для Firefox ESR. http://forum.mozilla-russia.org/viewtopic.php?id=77583 |
f480185 > 29-04-2022 08:55:55 |
Какие изменения надо внести файл prefs.js чтобы запретить обновление ESR. |
Farby > 29-04-2022 09:44:56 |
f480185 пишет
Через prefs.js не знаю, а вот через policies.json можно. Mozillla FireFox\distribution\policies.json Выделить код Код:{ "policies": { "AppUpdateURL": "http://0.0.0.0/", "DisableAppUpdate": true, "DisableSetDesktopBackground": true, "DisableMasterPasswordCreation": true, "DisableDefaultBrowserAgent": true, "DisableFeedbackCommands": true, "DisableFirefoxAccounts": true, "DisableFirefoxStudies": true, "DisablePocket": true, "DisableProfileRefresh": true, "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "OverrideFirstRunPage": "", "OverridePostUpdatePage": "", "Preferences": { "browser.search.update": false, "datareporting.policy.dataSubmissionPolicyBypassNotification": true, "extensions.blocklist.enabled": false, "extensions.getAddons.showPane": false, "extensions.htmlaboutaddons.recommendations.enabled": false, "media.gmp-gmpopenh264.enabled": true, "media.gmp-widevinecdm.enabled": true, "security.ssl.errorReporting.enabled": false, "toolkit.legacyUserProfileCustomizations.stylesheets": true } } } |
oleg.sgh > 29-04-2022 09:48:16 |
f480185 |