Re: [qubes-users] Re: customizing Firefox in disp-vms

2021-05-16 Thread pillule
Emma Borhanian writes: You can use an autoconfig file in the firefox-esr install directory in the template to control everything except default search, which mozilla has added a bunch of protections to in order

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
> Relevant preferences for start page: I meant for disabling startup notices. On Friday, January 29, 2021 at 3:18:56 AM UTC-8 Emma Borhanian wrote: > (I retyped all of this so hopefully I didn't typo any of it) > > Relevant preferences for start page: >

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
(I retyped all of this so hopefully I didn't typo any of it) Relevant preferences for start page: defaultPref("browser.newtabpage.activity-stream.aboutHome.enabled", false); defaultPref("datareporting.policy.firstRunURL", ""); defaultPref("trailhead.firstrun.branches", "nofirstrun-privacy");

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
> #1 requires monkey patching I thought of this as "monkey patching", because I automated altering the file with sed, but I guess it's not technically monkey patching if you're changing the source file. On Friday, January 29, 2021 at 2:50:41 AM UTC-8 Emma Borhanian wrote: > This is an arms

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
This is an arms race though and eventually mozilla will make any particular methods of overriding the default search not work. It's really annoying. I looked into using other browsers but IceCat seems to not receive security updates frequently enough

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
I might be interested in contributing code for this, but I'm not sure how to package it. On Friday, January 29, 2021 at 2:43:20 AM UTC-8 Emma Borhanian wrote: > You can use an autoconfig > > file in the firefox-esr

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
You can use an autoconfig file in the firefox-esr install directory in the template to control everything except default search, which mozilla has added a bunch of protections to in order to prevent default search page