禁止火狐瀏覽器自動更新的方法


前言:火狐瀏覽器有很多插件,在更新之后有的插件就不能用了,同時火狐瀏覽器每次加載的時候,都會在后台檢測是否最新版本並在后台悄悄下載,為了規避這種情況,下面介紹禁止火狐瀏覽器自動更新的方法。

一、找到Mozilla Firefox\defaults\pref\channel-prefs.js文件
  首先關閉Firefox瀏覽器,然后右擊桌面的Firefox快捷方式
–> 屬性 --> 打開文件所在位置 --> 找到如下文件(defaults\pref):
C:\Program Files (x86)\Mozilla Firefox\defaults\pref\channel-prefs.js

/* 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/. */
pref(“app.update.channel”, “”);*

設置pref的第二個字段為空,即可禁止自動更新

  
//即pref的第二個冒號里什么都不填。
pref(“app.update.channel”, “beta”); --> pref(“app.update.channel”, “”);
pref(“app.update.channel”, “release”); --> pref(“app.update.channel”, “”);
 
  二、查看是否設置完成
  在【幫助】–>關於火狐 -->發現"Firefox已是最新"表示修改成功。
 

圖(2) 顯示已是最新
  
注意,channel-prefs.js要使用管理員權限才能修改。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM