blob: 85641600dbfbb42155e1155d11071890f058d628 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_javascript_chrome</key>
<applyto>/apps/epiphany/lockdown/disable_javascript_chrome</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable JavaScript chrome control</short>
<long>Disable JavaScript's control over window chrome.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/hide_menubar</key>
<applyto>/apps/epiphany/lockdown/hide_menubar</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Hide menubar by default</short>
<long>Hide the menubar by default.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_unsafe_protocols</key>
<applyto>/apps/epiphany/lockdown/disable_unsafe_protocols</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable unsafe protocols</short>
<long>Disables loading of content from unsafe protocols. Safe protocols
are http: and https:.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/additional_safe_protocols</key>
<applyto>/apps/epiphany/lockdown/additional_safe_protocols</applyto>
<owner>epiphany</owner>
<type>list</type>
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
<short>Additional safe protocols</short>
<long>A list of protocols to be considered safe in addition to the
default, when disable_unsafe_protocols is enabled.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_arbitrary_url</key>
<applyto>/apps/epiphany/lockdown/disable_arbitrary_url</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Disable Arbitrary URLs</short>
<long>Disable the user's ability to type in a URL to epiphany.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_bookmark_editing</key>
<applyto>/apps/epiphany/lockdown/disable_bookmark_editing</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Disable Bookmark Editing</short>
<long>Disable the user's ability to edit their bookmarks.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_toolbar_editing</key>
<applyto>/apps/epiphany/lockdown/disable_toolbar_editing</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Disable Toolbar Editing</short>
<long>Disable the user's ability to edit toolbars.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epiphany/lockdown/disable_history</key>
<applyto>/apps/epiphany/lockdown/disable_history</applyto>
<owner>epiphany</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Disable History</short>
<long>Disable all historical information by disabling the back button, not allowing the history dialog and hiding the most used bookmarks list.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|