Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: firefox managed by my organization?
Date: Wed, 04 Mar 2020 08:19:14
Message-Id: 47e3f4df-2548-4b4c-e5da-120dab12a89d@web.de
In Reply to: [gentoo-user] Re: firefox managed by my organization? by Nikos Chantziaras
1 On 2020-03-04 09:06, Nikos Chantziaras wrote:
2 > On 03/03/2020 00:16, n952162 wrote:
3 >> I have a banner that says that "your browser is being managed by your
4 >> organization".  Oh yeah?  I guess that would be gentoo.  How can I break
5 >> that relationship?
6 >
7 > I use firefox-bin and this:
8 >
9 >   qlist firefox-bin | grep json
10 >
11 > reveals that the ebuild installs:
12 >
13 >   /opt/firefox/distribution/policies.json
14 >
15 > which disables the built-in update check:
16 >
17 >   {
18 >     "policies": {
19 >       "DisableAppUpdate": true
20 >     }
21 >   }
22 >
23 > Probably something similar is happening with the non-bin firefox ebuild.
24 >
25 >
26 >> In particular, when I set my default home page (to blank), after
27 >> properly exiting firefox and re-starting, I'm back to the mozilla home
28 >> page and I get a mozilla privacy notice tab.  Is that "managed"?
29 >
30 > Hm. Probably not. Something else might be causing this.
31 >
32 >
33
34 Yes, you're right:
35
36 01~>cat /usr/lib64/firefox/distribution/policies.json
37 {
38   "policies": {
39     "DisableAppUpdate": true
40   }
41 }
42
43 The prediction is, if I were to remove that file, the banner would go
44 away.  I'll try that at some point.
45
46 Thank you.

Replies

Subject Author
Re: [gentoo-user] Re: firefox managed by my organization? Daniel Frey <djqfrey@×××××.com>