Le mardi 24 janvier 2017 à 12:20 -0800, Daniel Frey a écrit :
> Is it possible to change the default save location of the bookmarks?
> 
> I would like to redirect them to the user's folder on the server so
> that
> they can be included in daily backups. Has anyone else done this?

We are doing this in our autoconfig.js file:
var os = getenv("OS");
if (os == "Windows_NT") {
        var home = getenv("HOMEDRIVE");
        lockPref("browser.bookmarks.autoExportHTML", true);
        lockPref("browser.bookmarks.file", home + "\\bookmarks.html");
}

The homedrive is a snapshotted + backuped network share, you can change
the location as you want, even include the host name in the filename if
your users use more than one host. This is not the primary bookmark
storage of Firefox but a backup.
> Dan
> _______________________________________________
> Enterprise mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/enterprise
> 
> To unsubscribe from this list, please visit https://mail.mozilla.org/
> listinfo/enterprise or send an email to enterprise-
> [email protected] with a subject of "unsubscribe"


-- 


Landry MINOZA

MGI Sud-Ouest
Chef de projet technique Linux et réseaux

E-mail : [email protected]


 Tél :
01 45 44 54 10






MGI France : 11 rue de Téhéran - 75008 Paris
|
RCS: Paris B 382 770 584
|
www.mgi.fr

MGI SO :
281 route d'Espagne - 31100 Toulouse
|
RCS: Toulouse B 421 125 816
|
www.mgi.fr

MGI Suisse :
5 avenue de Rothorn - CH3960 Sierre
|
TVA 517-269
|
www.mgiconsultants.ch
 
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to