mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-10 18:02:36 +08:00
Update firefox user.js
This commit is contained in:
parent
c9539eaf02
commit
1bcb55d971
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ user_pref("browser.startup.homepage", "about:blank");
|
|||
user_pref("browser.newtabpage.enabled", false);
|
||||
/* 所有情况下都启用跟踪保护 */
|
||||
user_pref("privacy.trackingprotection.enabled", true);
|
||||
/* 阻止重定向形式的跟踪(效果有限) */
|
||||
user_pref("privacy.purge_trackers.enabled", true);
|
||||
|
||||
/* 打开about:config页面不警告 */
|
||||
user_pref("browser.aboutConfig.showWarning", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue