diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-02-10 13:23:28 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-02-10 13:23:28 -0800 |
commit | a7be7bdf56b60a08a7ae23a17e20d2bad4cc2971 (patch) | |
tree | 27ea5406e9d88d3c2e80aa658b6108f06e1b165b /debian/changelog | |
parent | 71ccaf07510319a1366cd459295d63a6320c50b0 (diff) |
Do not allow the about: URI scheme
Some browsers interpret about: URIs like a limited version of data:
URIs. In particular, some versions of Internet Explorer interpret
arbitrary HTML content in about: URIs.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index dc55cdd88..765cdb9e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,12 @@ ikiwiki (2.40) UNRELEASED; urgency=low optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. + * Do not allow the about: URI scheme; some browsers interpret about: + URIs like a limited version of data: URIs. In particular, some + versions of Internet Explorer interpret arbitrary HTML content in + about: URIs. - -- Josh Triplett <josh@freedesktop.org> Sat, 09 Feb 2008 23:01:19 -0800 + -- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 13:18:58 -0800 ikiwiki (2.31.2) unstable; urgency=high |