From 1a9a315b7f892116319bc5b05323f7d98bbccc36 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 10 May 2003 10:57:14 +0000 Subject: Implement security page. Remove some useless hidden prefs in the process. 2003-05-10 Marco Pesenti Gritti * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: * src/language-editor.h: * src/prefs-dialog.c: Implement security page. Remove some useless hidden prefs in the process. --- data/epiphany.schemas.in | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'data/epiphany.schemas.in') diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 09717145c..883f244de 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -575,6 +575,52 @@ + + /schemas/apps/epiphay/security/cookie_accept + /apps/epiphany/security/cookie_accept + epiphany + int + 0 + + Cookie accept + Where to accept cookies from. Possible values are 0 (anywhere), + 1 (from current server only), 2 (nowhere) + + + + /schemas/apps/epiphany/security/allow_popups + /apps/epiphany/security/allow_popups + epiphany + bool + true + + Allow popups + Allow sites to open new windows using JavaScript (if JavaScript + is enabled). + + + + /schemas/apps/epiphany/security/java_enabled + /apps/epiphany/security/java_enabled + epiphany + bool + 1 + + Enable Java + Enable Java. + + + + /schemas/apps/epiphany/security/javascript_enabled + /apps/epiphany/security/javascript_enabled + epiphany + bool + 1 + + Enable JavaScript + Enable JavaScript. + + -- cgit v1.2.3