summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2019-05-31 17:29:22 +0200
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-06-11 14:14:57 +0000
commit3a3d32efb169a5a371aaff74fe4ce052e7507f82 (patch)
treed907ac66bec64f9756d50b4e7cb2d12ae0ae18f0 /data
parente812bbb61eb0e372c48a1bc42778f7390c1736ea (diff)
downloadepiphany-3a3d32efb169a5a371aaff74fe4ce052e7507f82.tar.gz
Add the "mobile-user-agent" setting
This allows to use a mobile user agent.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 758668cbc..0392949a2 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -184,6 +184,11 @@
<summary>User agent</summary>
<description>String that will be used as user agent, to identify the browser to the web servers.</description>
</key>
+ <key type="b" name="mobile-user-agent">
+ <default>false</default>
+ <summary>Mobile user agent</summary>
+ <description>Whether to present a mobile user agent. If the user agent is overridden, this will have no effect.</description>
+ </key>
<key type="b" name="do-not-track">
<default>true</default>
<summary>Do Not Track</summary>