components/desktop/firefox/patches/firefox-05-sqlite3-unix-excl.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 01 Mar 2016 12:56:53 -0800
changeset 5527 611b2d6efdfe
parent 5255 components/desktop/firefox/patches/firefox20-82-sqlite3-unix-excl.patch@cea0e462549a
permissions -rw-r--r--
21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes 22757279 Update Thunderbird to version 38.5.0 22613259 thunderbird lightning extension is missing l10n after moved to userland 21133062 problem in TBIRD/MAILER

This provides the option to set the indicator for a NFS profile to true.
It may be necessary for users on NFS to use bookmarks/logging.
Will not be sending upstream.

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1075,6 +1075,9 @@
 // allow META refresh by default
 pref("accessibility.blockautorefresh", false);
 
+// Whether profile is on NFS
+pref("storage.nfs_filesystem", true);
+            
 // Whether history is enabled or not.
 pref("places.history.enabled", true);