mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox user prefs: change speculativeConnect
This commit is contained in:
parent
c442053639
commit
ca2225216a
1 changed files with 1 additions and 3 deletions
|
|
@ -16,9 +16,7 @@ user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
|||
/* 去除Pocket服务 */
|
||||
user_pref("extensions.pocket.enabled", false);
|
||||
|
||||
/* 禁止预连接(地址栏) */
|
||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||
/* 禁止预连接(鼠标指针停留在链接上) */
|
||||
/* 禁止投机性预连接 */
|
||||
user_pref("network.http.speculative-parallel-limit", 0);
|
||||
/* 禁止链接预读取 */
|
||||
user_pref("network.prefetch-next", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue