Cross Reference: firefox-05-sqlite3-unix-excl.patch
xref
: /
solaris-userland-s11u3
/
components
/
desktop
/
firefox
/
patches
/
firefox-05-sqlite3-unix-excl.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
7033
N/A
This provides the option to set the indicator for a NFS profile to true.
7033
N/A
It may be necessary for users on NFS to use
bookmarks/logging
.
7033
N/A
Will not be sending upstream.
7033
N/A
7033
N/A
diff --git
a/browser/app/profile/firefox.js
b/browser/app/profile/firefox.js
7033
N/A
---
a/browser/app/profile/firefox.js
7033
N/A
+++
b/browser/app/profile/firefox.js
7033
N/A
@@ -1075,6 +1075,9 @@
7033
N/A
// allow META refresh by default
7033
N/A
pref("
accessibility.blockautorefresh
", false);
7033
N/A
7033
N/A
+// Whether profile is on NFS
7033
N/A
+pref("
storage.nfs_filesystem
", true);
7033
N/A
+
7033
N/A
// Whether history is enabled or not.
7033
N/A
pref("
places.history.enabled
", true);
7033
N/A