Re: Can not Spoof User-Agent

Michael Catanzaro <[email protected]> Mon, 17 Jul 2017 09:05:22 -0500
Newsgroups gmane.comp.gnome.apps.epiphany
Message-ID <[email protected]>
Hi,

You have to use the command line to do this, using the gsettings 
command. Old instructions don't work anymore with Epiphany 3.24 because 
the setting is now relocatable, allowing different Epiphany web apps to 
have different settings but making it a bit more complicated to set. 
This will work:

$ gsettings set org.gnome.Epiphany.web:/org.gnome.epiphany/web/ 
user-agent 'Bunnies! Lots of bunnies in my user agent!'

To revert to the default user agent:

$ gsettings reset org.gnome.Epiphany.web:/org.gnome.epiphany/web/ 
user-agent

Hope that helps,

Michael