firefox-05-sqlite3-unix-excl.patch revision 5525
6238N/AThis provides the option to set the indicator for a NFS profile to true.
6238N/AIt may be necessary for users on NFS to use bookmarks/logging.
6238N/AWill not be sending upstream.
6238N/A
6238N/Adiff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
6238N/A--- a/browser/app/profile/firefox.js
6238N/A+++ b/browser/app/profile/firefox.js
6238N/A@@ -1075,6 +1075,9 @@
6238N/A // 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);