mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
firefox: be less explicit for accepted languages
This commit is contained in:
parent
23d3b28d08
commit
5e40ba8ec3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ user_pref("browser.startup.homepage", "about:newtab");
|
||||||
user_pref("browser.startup.page", 3);
|
user_pref("browser.startup.page", 3);
|
||||||
|
|
||||||
// Languages
|
// Languages
|
||||||
user_pref("intl.accept_languages", "en-us,en,fr");
|
user_pref("intl.accept_languages", "en");
|
||||||
|
|
||||||
// Disable pocket
|
// Disable pocket
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue