aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/sanitizer
Commit message (Collapse)AuthorAge
* Make sure whitelisted URI schemes are handled properly by the sanitizerGravatar Frédéric Guillot2020-01-02
|
* Add native lazy loading for images and iframesGravatar Frédéric Guillot2019-09-10
| | | | | | This feature is available only in Chrome >= 76 for now. See https://web.dev/native-lazy-loading
* Add 'allow-popups' to iframe sandbox permissionsGravatar Jeremy Apthorp2019-03-26
|
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add embedly.com to iframe whitelistGravatar Frédéric Guillot2018-07-10
|
* Add support for protocol relative YouTube URLsGravatar Frédéric Guillot2018-07-04
|
* Sandbox iframes when sanitizing.Gravatar dzaikos2018-07-03
| | | | | | Updated iframe unit tests. Refactored sanitizer.getExtraAttributes() to use `switch` instead of multiple `if` statements.
* Improve sanitizer to remove style tag contents.Gravatar dzaikos2018-06-24
| | | | | | See #157. Refactored how blacklisted tags are handled so they're easier manage in the future.
* Improve sanitizer to remove script and noscript contentsGravatar Dave Z2018-06-23
| | | | | These tags where removed but the content was rendered as escaped HTML. See #157
* Rewrite iframe Youtube URLs to https://www.youtube-nocookie.comGravatar Frédéric Guillot2018-06-12
|
* Add soundcloud and bandcamp iframe sourcesGravatar aniran2018-04-27
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02
|
* Proxify image enclosuresGravatar Frédéric Guillot2017-12-01
|
* Improve HTML sanitizerGravatar Frédéric Guillot2017-11-25
|
* First commitGravatar Frédéric Guillot2017-11-19