aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-19 03:27:28 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-19 03:27:28 +0800
commite778dd0ac9a67fa9f5b89be85fb969fea993fe70 (patch)
tree6b679bbde7f9897539c810a37e36948d8cfbb23b /src/epiphany.defs
parent2fc8ea94dc040a9854718593571b48345d6b22f2 (diff)
downloadgsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar.gz
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar.bz2
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar.lz
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar.xz
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.tar.zst
gsoc2013-epiphany-e778dd0ac9a67fa9f5b89be85fb969fea993fe70.zip
Add chrome: and resource: to the safe list; otherwise forms and scrollbars
2005-11-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * src/epiphany.defs: Add chrome: and resource: to the safe list; otherwise forms and scrollbars break. Fixes bug #316498.
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r--src/epiphany.defs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs
index 3c15006a9..c4349ba9b 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -245,22 +245,6 @@
)
)
-(define-enum ContentCheckType
- (in-module "Ephy")
- (c-name "EphyContentCheckType")
- (gtype-id "EPHY_TYPE_CONTENT_CHECK_TYPE")
- (values
- '("other" "EPHY_CONTENT_CHECK_TYPE_OTHER")
- '("script" "EPHY_CONTENT_CHECK_TYPE_SCRIPT")
- '("image" "EPHY_CONTENT_CHECK_TYPE_IMAGE")
- '("stylesheet" "EPHY_CONTENT_CHECK_TYPE_STYLESHEET")
- '("object" "EPHY_CONTENT_CHECK_TYPE_OBJECT")
- '("document" "EPHY_CONTENT_CHECK_TYPE_DOCUMENT")
- '("subdocument" "EPHY_CONTENT_CHECK_TYPE_SUBDOCUMENT")
- '("refresh" "EPHY_CONTENT_CHECK_TYPE_REFRESH")
- )
-)
-
(define-flags EmbedNetState
(in-module "Ephy")
(c-name "EphyEmbedNetState")