components/desktop/firefox/patches/firefox20-82-sqlite3-unix-excl.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     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 Needs further investigation, will probably be difficult to send upstream. 
       
     4 
       
     5 --- mozilla-esr31/browser/app/profile/firefox.js.orig	2015-06-04 17:42:52.206758105 -0700
       
     6 +++ mozilla-esr31/browser/app/profile/firefox.js	2015-06-04 17:42:52.212124280 -0700
       
     7 @@ -1022,6 +1022,9 @@
       
     8  // allow META refresh by default
       
     9  pref("accessibility.blockautorefresh", false);
       
    10  
       
    11 +// Whether profile is on NFS
       
    12 +pref("storage.nfs_filesystem", true);
       
    13 +
       
    14  // Whether history is enabled or not.
       
    15  pref("places.history.enabled", true);
       
    16