venus icon indicating copy to clipboard operation
venus copied to clipboard

Adjust sanitization code to allow HTML5 'data-' attributes through.

Open nathan-osman opened this issue 12 years ago • 0 comments

Basically I have made two minor modifications to files in the planet/vendor folder.

Both planet/vendor/feedparser.py and planet/vendor/html5lib/sanitizer.py (which are used for sanitizing the HTML / XHTML encountered in a feed) strip out HTML5 data attributes. These attributes have no meaning to the browser (they are ignored) but third party scripts that are added to the planet page may make use of these attributes and having them stripped out breaks the scripts (or causes them to fail).

Therefore, I have modified the two above files to allow these attributes to pass through the filtering / sanitization unaltered.

Please let me know if you have any questions / concerns.

nathan-osman avatar May 25 '12 22:05 nathan-osman