SOFTWARE
2023 年 9 月 30 日
教學:阻止 Firefox 的自動更新
Firefox的自動更新十分擾人,人生有大部份時間都在看Firefox自動更新... 時間一到,跟你說要更新了,或是右上角有一個很擾人厭的更新通知。不管怎麼說,這篇文章簡單教學如何禁止更新

禁止更新文件:
- 讓我們先創立一個資料夾:distribution
- 讓我們打開一個新文字檔,輸入:
{
"policies": {
"DisableAppUpdate.": false
}
}
- 完成之後檔名取:policies.json
- 將 policies.json,放到 distribution的資料夾
- 將整個 distribution的資料夾 移動到Firefox的安裝目錄,即可完成

再次打開瀏覽器

更加隱私版的 policies.json 文件
{
"policies": {
"AppUpdateURL": "http://127.0.0.1/",
"DisableAppUpdate": true,
"DisableSystemAddonUpdate": true,
"DisableFirefoxAccounts": true,
"DisableProfileImport": true,
"DisableMasterPasswordCreation": true,
"DisableFormHistory": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableFirefoxScreenshots": true,
"DisableBuiltinPDFViewer": true,
"DisableDeveloperTools": true,
"DisableTelemetry": true,
"CaptivePortal": false,
"NetworkPrediction": false,
"DisableSetDesktopBackground": true
}
}
Parrot OS 更上層樓的 policies.json 文件
{
"policies": {
"DisableAppUpdate": true,
"AppUpdateURL": "http://127.0.0.1/",
"DisableSystemAddonUpdate": true,
"DisableFirefoxAccounts": true,
"DisableProfileImport": true,
"DisableFormHistory": true,
"DisableFirefoxScreenshots": true,
"DisableBuiltinPDFViewer": true,
"DisableDeveloperTools": true,
"DisableSetDesktopBackground": true,
"DisplayBookmarksToolbar": true,
"NoDefaultBookmarks": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"Homepage": {
"URL": "browserleaks.com/ip",
"Locked": false,
"StartPage": "homepage"
},
"SearchEngines": {
"Default": "DuckDuckGo",
"PreventInstalls": true
},
"SearchSuggestEnabled": false,
"DisableTelemetry": true,
"CaptivePortal": false,
"Cookies": {
"Default": true,
"AcceptThirdParty": "never",
"RejectTracker": true
},
"DNSOverHTTPS": {
"Enabled": false
},
"UserMessaging": {
"WhatsNew": false,
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"UrlbarInterventions": false,
"SkipOnboarding": true
},
"DisableFeedbackCommands": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DontCheckDefaultBrowser": true,
"EnableTrackingProtection": {
"Value": true,
"Cryptomining": true,
"Fingerprinting": true
},
"FirefoxHome": {
"Search": true,
"TopSites": true,
"Highlights": false,
"Pocket": false,
"Snippets": false,
"Locked": false
},
"HardwareAcceleration": true,
"NetworkPrediction": false,
"PopupBlocking": {
"Allow": ["https://crypt.parrot.sh",
"https://pad.parrot.sh"],
"Default": false,
"Locked": false
},
"PromptForDownloadLocation": true,
"SupportMenu": {
"Title": "Parrot Support",
"URL": "https://community.parrotsec.org",
"AccessKey": "S"
}
}
}

感謝您的閱讀。歡迎分享TQGX部落格(tqgx.github.io)的文章,引用轉載請上註明網址並遵守:創用CC-姓名標示-非商業性-禁止改作 4.0 國際授權條款。如需商業使用請來信告之。
留言板
Utteranc
Giscus