diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-19 03:27:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-19 03:27:28 +0800 |
commit | e778dd0ac9a67fa9f5b89be85fb969fea993fe70 (patch) | |
tree | 6b679bbde7f9897539c810a37e36948d8cfbb23b /ChangeLog | |
parent | 2fc8ea94dc040a9854718593571b48345d6b22f2 (diff) | |
download | gsoc2013-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |