diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 5faccc472..bdfa8c267 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -94,6 +94,17 @@ <short>Enable smooth scrolling</short> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/general/user_agent</key> + <applyto>/apps/epiphany/general/user_agent</applyto> + <owner>epiphany</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>User agent</short> + <long>String that will be used as user agent, to identify the browser to the web servers.</long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/web/minimum_font_size</key> <applyto>/apps/epiphany/web/minimum_font_size</applyto> |