forked from pool/python-html5lib
Accepting request 305611 from home:benoit_monin:branches:devel:languages:python
- update to version 0.99999 - update project URL OBS-URL: https://build.opensuse.org/request/show/305611 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
d4087f7410
commit
0173384d60
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 15:02:06 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 0.99999:
|
||||
* Fix #188: fix the sanitizer to not throw an exception when
|
||||
sanitizing bogus data URLs.
|
||||
- additional changes from version 0.9999:
|
||||
* Fix #153: Sanitizer fails to treat some attributes as URLs.
|
||||
Despite how this sounds, this has no known security
|
||||
implications. No known version of IE (5.5 to current), Firefox
|
||||
(3 to current), Safari (6 to current), Chrome (1 to current),
|
||||
or Opera (12 to current) will run any script provided in these
|
||||
attributes.
|
||||
* Pass error message to the ParseError exception in strict
|
||||
parsing mode.
|
||||
* Allow data URIs in the sanitizer, with a whitelist of
|
||||
content-types.
|
||||
* Add support for Python implementations that don’t support lone
|
||||
surrogates (read: Jython). Fixes #2.
|
||||
* Remove localization of error messages. This functionality was
|
||||
totally unused (and untested that everything was localizable),
|
||||
so we may as well follow numerous browsers in not supporting
|
||||
translating technical strings.
|
||||
* Expose treewalkers.pprint as a public API.
|
||||
* Add a documentEncoding property to HTML5Parser, fix #121.
|
||||
- update project URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 22:01:47 UTC 2014 - hpj@urpla.net
|
||||
|
||||
|
Reference in New Issue
Block a user