diff options
Diffstat (limited to 'data/epiphany-lockdown.schemas.in')
-rw-r--r-- | data/epiphany-lockdown.schemas.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in index c904dc144..9125b7597 100644 --- a/data/epiphany-lockdown.schemas.in +++ b/data/epiphany-lockdown.schemas.in @@ -48,6 +48,17 @@ </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 users 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> @@ -58,5 +69,27 @@ <long>Disable users 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 users 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 favorite bookmarks.</long> + </locale> + </schema> </schemalist> </gconfschemafile> |