gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / firefox / patches / 20-sqlite3-unix-excl.patch
blob501ccb5631a77bd30efa11739a4f842a6e6eb9d7
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
8 @@ -1075,6 +1075,9 @@
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);