Skip to content
Snippets Groups Projects
Commit c69aef0b authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

le-browser/.../prefs.js: Update to hide first time using firefox message

parent 0947b59c
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,13 @@ ...@@ -11,12 +11,13 @@
/* LE browser specific configuration */ /* LE browser specific configuration */
/* Homepage, auto form fill and download retention options */ /* Homepage and other options */
user_pref("browser.download.dir", "~/Download"); user_pref("browser.download.dir", "~/Download");
user_pref("browser.download.manager.retention", 2); user_pref("browser.download.manager.retention", 2);
user_pref("browser.formfill.enable", false); user_pref("browser.formfill.enable", false);
user_pref("browser.startup.homepage", "http://portal.mec.gov.br/"); user_pref("browser.startup.homepage", "http://portal.mec.gov.br/");
user_pref("browser.startup.page", 1); user_pref("browser.startup.page", 1);
user_pref("browser.rights.3.shown", true);
/* Bookmarks configuration */ /* Bookmarks configuration */
user_pref("browser.bookmarks.file", "/etc/firefox/profile/le-bookmarks.html"); user_pref("browser.bookmarks.file", "/etc/firefox/profile/le-bookmarks.html");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment