7033N/AThis provides the option to set the indicator for a NFS profile to true.
7033N/AIt may be necessary for users on NFS to use bookmarks/logging.
7033N/AWill not be sending upstream.
7033N/A
7033N/Adiff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
7033N/A--- a/browser/app/profile/firefox.js
7033N/A+++ b/browser/app/profile/firefox.js
7033N/A@@ -1075,6 +1075,9 @@
7033N/A // allow META refresh by default
7033N/A pref("accessibility.blockautorefresh", false);
7033N/A
7033N/A+// Whether profile is on NFS
7033N/A+pref("storage.nfs_filesystem", true);
7033N/A+
7033N/A // Whether history is enabled or not.
7033N/A pref("places.history.enabled", true);
7033N/A