aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--src/epiphany.defs16
2 files changed, 1 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d9a60405..ed22a2e17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* 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.
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")