1 This provides the option to set the indicator for a NFS profile to true.
2 It may be necessary for users on NFS to use bookmarks/logging.
3 Will not be sending upstream.
5 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
6 --- a/browser/app/profile/firefox.js
7 +++ b/browser/app/profile/firefox.js
9 // allow META refresh by default
10 pref("accessibility.blockautorefresh", false);
12 +// Whether profile is on NFS
13 +pref("storage.nfs_filesystem", true);
15 // Whether history is enabled or not.
16 pref("places.history.enabled", true);