4

我想阻止 Firefox 手动更新

 1. Tried to make the app.update.url as empty string, but it doesn't work. 
 2. Tried installing in some other folder rather than C:/ProgramFiles so that
    Automatically Install Updates option is not greyed out in Options>Advanced, but no success.
 3. Tried looking at prefs.js but the options which are locked in about:config don't 
    even appear in that file.

厌倦了一次又一次地卸载和重新安装firefox。有谁知道如何在about:config中编辑锁定属性,如app.update.autoapp.update.enable

4

1 回答 1

1

I met same problem when I was trying to toggle App.update.enabled which was locked. There are two places you need to search. 1. Firefox Profile_folder

  1. Firefox installation folder, like %PROGRAMFILES%\Mozilla Firefox

To me, I found below string in one .cfg file, and after modify it, the lock flag gone.

"app.update.auto": {
  "value": false,
  "locked": true
},

I think it also applies to your problem.

Ref: http://www.updatefreezer.org/index.php?id=22 http://kb.mozillazine.org/Locking_preferences https://www.jamf.com/jamf-nation/discussions/13484/deploying-firefox-with-updates-disabled

于 2017-03-14T01:45:12.117 回答