Firefox Disable Update

方法

core\defaults\pref\channel-prefs.js

1
2
3
4
5
6
7
8
9
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//
// This pref is in its own file for complex reasons. See the comment in
// browser/app/Makefile.in, bug 756325, and bug 1431342 for details. Do not add
// other prefs to this file.

pref("app.update.channel", "release");

删除release即可

参考资料

火狐浏览器怎么禁止更新提示 新版火狐浏览器禁止更新提示窗口的方法_火狐浏览器无法自动更新的提示怎么取消-CSDN博客