components/desktop/firefox/patches/firefox20-82-sqlite3-unix-excl.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/firefox/patches/firefox20-82-sqlite3-unix-excl.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-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. 
-Needs further investigation, will probably be difficult to send upstream. 
-
---- mozilla-esr31/browser/app/profile/firefox.js.orig	2015-06-04 17:42:52.206758105 -0700
-+++ mozilla-esr31/browser/app/profile/firefox.js	2015-06-04 17:42:52.212124280 -0700
-@@ -1022,6 +1022,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);
-