On 01/25/2017 02:17 AM, Landry MINOZA wrote:
> 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.
> 

Well, this seems promising. Thanks for the tip, I'll look into this
method more.

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 
[email protected] with a subject of "unsubscribe"

Reply via email to