aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-09 04:18:52 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-09 04:18:52 +0800
commitc1ecaa1fc326fd51ae3adc11c814b80cb1929dac (patch)
tree8ebc1fd27810d1982b8d234440e42d14bc644f35 /ChangeLog
parente6a65902d735e3e7b2355aa9a2107446eebaf9ea (diff)
downloadgsoc2013-epiphany-c1ecaa1fc326fd51ae3adc11c814b80cb1929dac.tar.gz
gsoc2013-epiphany-c1ecaa1fc326fd51ae3adc11c814b80cb1929dac.tar.zst
gsoc2013-epiphany-c1ecaa1fc326fd51ae3adc11c814b80cb1929dac.zip
Disable favicons from non-http URLs.
2005-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): Disable favicons from non-http URLs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d1037108..34687cd68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-08 Christian Persch <chpe@cvs.gnome.org>
+ * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get):
+
+ Disable favicons from non-http URLs.
+
+2005-08-08 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/ContentHandler.cpp:
Fix build with gecko trunk.