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