[Mozilla Enterprise] Backing up bookmarks

Josh Frye jfrye20 at ivytech.edu
Mon Feb 11 16:03:36 UTC 2019


>From looking at the  policy templates on github https://github.com/mozilla/policy-templates
It looks like you could redirect the bookmarks folder to fall in the users "Documents Folder"  during it's creation, but there is not a policy that will move an already created bookmarks folder to the same site?  

Josh Frye
IT Support Level 2
Ivy Tech Community College 
(office) 812-298-2448 

-----Original Message-----
From: Enterprise <enterprise-bounces at mozilla.org> On Behalf Of enterprise-request at mozilla.org
Sent: Tuesday, January 29, 2019 7:00 AM
To: enterprise at mozilla.org
Subject: Enterprise Digest, Vol 91, Issue 13

To unsubscribe via the web interface, visit
	https://mail.mozilla.org/listinfo/enterprise
or, via email, send a message with a subject or body of 'unsubscribe'
to
	enterprise-request at mozilla.org

Send Enterprise mailing list submissions to
	enterprise at mozilla.org

You can reach the person managing the list at
	enterprise-owner at mozilla.org

When replying, please edit your Subject line so it is more specific than "Re: Contents of Enterprise digest..."


Today's Topics:

   1.  Backing up bookmarks (Daniel Frey)
   2. Re:  Backing up bookmarks (Mike Kaply)
   3. Re:  Backing up bookmarks (Wolfgang Ratzka)
   4. Re:  Policy engine, GPO, FF-60.4.0esr (Mike Kaply)
   5. Re:  Backing up bookmarks (Daniel Frey)
   6. Re:  Backing up bookmarks (Daniel Frey)


----------------------------------------------------------------------

Message: 1
Date: Mon, 28 Jan 2019 11:09:15 -0800
From: Daniel Frey <djqfrey at gmail.com>
To: enterprise at mozilla.org
Subject: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <93115f10-8b4a-aa4c-cde7-69e60fe456d4 at gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi all,

I'm looking into this again as a recent Windows Update has removed support for redirecting the AppData folder in Windows 10.

I see that it's possible to get it to back up to a different location by
setting:

browser.bookmarks.autoExportHTML
browser.bookmarks.file

(and possibly browser.bookmarks.overwrite)

appropriately, but I don't see a way to do this in group policy. Is it not present or am I missing it somewhere?

Dan


------------------------------

Message: 2
Date: Mon, 28 Jan 2019 12:31:26 -0800
From: Mike Kaply <mkaply at mozilla.com>
To: Daniel Frey <djqfrey at gmail.com>
Cc: "Mozilla.org" <enterprise at mozilla.org>
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID:
	<CAHueOzDjV4BAGC9vr3e9h1-miznLtpG02_qDgGmRU5fLYp9Prg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

It's not present. Please open an issue at

https://github.com/mozilla/policy-templates

Mike

On Mon, Jan 28, 2019 at 11:09 AM Daniel Frey <djqfrey at gmail.com> wrote:

> Hi all,
>
> I'm looking into this again as a recent Windows Update has removed 
> support for redirecting the AppData folder in Windows 10.
>
> I see that it's possible to get it to back up to a different location 
> by
> setting:
>
> browser.bookmarks.autoExportHTML
> browser.bookmarks.file
>
> (and possibly browser.bookmarks.overwrite)
>
> appropriately, but I don't see a way to do this in group policy. Is it 
> not present or am I missing it somewhere?
>
> Dan
> _______________________________________________
> Enterprise mailing list
> Enterprise at mozilla.org
> 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-request at mozilla.org with a subject of "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/enterprise/attachments/20190128/355999fb/attachment-0001.html>

------------------------------

Message: 3
Date: Mon, 28 Jan 2019 22:57:18 +0100
From: Wolfgang Ratzka <ratzka at hrz.uni-marburg.de>
To: enterprise at mozilla.org
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <039c26e9-a5ab-4929-05f6-541464d41a2a at hrz.uni-marburg.de>
Content-Type: text/plain; charset=utf-8

Am 28.01.19 um 20:09 schrieb Daniel Frey:
> Hi all,
> 
> I'm looking into this again as a recent Windows Update has removed support for redirecting the AppData folder in Windows 10.
> 

Are you referring to this:

https://support.microsoft.com/en-us/help/4294935/folder-redirection-not-available-for-appdata-roaming-folder-win-10

?

Kind regards
Wolfgang


------------------------------

Message: 4
Date: Mon, 28 Jan 2019 14:12:32 -0800
From: Mike Kaply <mkaply at mozilla.com>
To: tagtraeumer <tagtraeumer at turboprinz.de>
Cc: "Mozilla.org" <enterprise at mozilla.org>
Subject: Re: [Mozilla Enterprise] Policy engine, GPO, FF-60.4.0esr
Message-ID:
	<CAHueOzBeoGKTy2nr_gMVUZ4Pjch13n2O=_qX+8u_VJgkxM=Erg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

   "Uninstall": [""],   <==
      "Locked":  [""]    <==

These are invalid.

These values should not be there at all if you are not setting them, otherwise they should be set to a list of addon IDs.

Mike

On Sun, Jan 27, 2019 at 2:28 AM tagtraeumer <tagtraeumer at turboprinz.de>
wrote:

> Hello,
>
> after further investigation:
>
> FF-addons are only updated automatically, if following two GPO 
> settings are NOT activated:
>
> DisableSystemAddonUpdate: Not activated
> "Extensions": {
>       "Install": ["
> https://addons.mozilla.org/firefox/downloads/file/1166954/ublock_origi
> n-1.17.4-an+fx.xpi
> "],
>       "Uninstall": [""],   <==
>       "Locked":  [""]    <==
>
> But with these settings all users can access addon installation/ 
> deinstallation, what is NOT wanted...
>
> If BlockAboutAddons is activated, access to about:addons is not possible.
> But addons can be installed by calling .xpi directly, if above 
> settings are not activated...
>
>
> How to free this conflict of interests?
>
> Thanks + best regards, Chri
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/enterprise/attachments/20190128/4e9c1e52/attachment-0001.html>

------------------------------

Message: 5
Date: Mon, 28 Jan 2019 17:28:59 -0800
From: Daniel Frey <djqfrey at gmail.com>
To: enterprise at mozilla.org
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <d201caf8-f12e-513e-6675-e0e82cc1f1b5 at gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

On 1/28/19 1:57 PM, Wolfgang Ratzka wrote:
> Am 28.01.19 um 20:09 schrieb Daniel Frey:
>> Hi all,
>>
>> I'm looking into this again as a recent Windows Update has removed support for redirecting the AppData folder in Windows 10.
>>
> 
> Are you referring to this:
> 
> https://support.microsoft.com/en-us/help/4294935/folder-redirection-no
> t-available-for-appdata-roaming-folder-win-10
> 

Yes. I haven't done a full-scale deployment yet, and had tried redirect AppData in one OU to be able to backup bookmarks. Firefox does not make it easy (like IE) where you can specify in a GPO where the bookmarks should reside. You can redirect the entire profile (including temp folders I think) but that is overkill.

Now that Microsoft removed the ability to redirect AppData to a server share I'm looking for another way. I was hoping to stay GPO-only and not mix GPO and autoconfig. As far as I can tell everything I need is in GPO except for that.

Dan


------------------------------

Message: 6
Date: Mon, 28 Jan 2019 17:39:44 -0800
From: Daniel Frey <djqfrey at gmail.com>
To: enterprise at mozilla.org
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <939c85b5-5f26-3d3f-a5f1-ec3151beb292 at gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

On 1/28/19 12:31 PM, Mike Kaply wrote:
> It's not present. Please open an issue at
> 
> https://github.com/mozilla/policy-templates
> 
> Mike
> 

Done @ https://github.com/mozilla/policy-templates/issues/331

Thanks Mike.

Hopefully it was descriptive enough. Titled "GPO Wish List: Bookmark backup redirection"

Dan


------------------------------

Subject: Digest Footer

_______________________________________________
Enterprise mailing list
Enterprise at mozilla.org
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-request at mozilla.org with a subject of "unsubscribe"



------------------------------

End of Enterprise Digest, Vol 91, Issue 13
******************************************


More information about the Enterprise mailing list