allow svg in sanitizer
This commit is contained in:
parent
30e6afb096
commit
c2a28bcadf
4 changed files with 269 additions and 8 deletions
|
|
@ -11,8 +11,10 @@ The licenses are included, and the authorship comments are left intact.
|
|||
- sanitizer
|
||||
https://github.com/miniflux/v2 (commit:3cb04b2) Apache 2.0
|
||||
|
||||
changed allowed tags to the one from https://github.com/cure53/DOMPurify
|
||||
changed allowed uri schemes to the one from https://github.com/cure53/DOMPurify
|
||||
whitelist changed to the ones from https://github.com/cure53/DOMPurify:
|
||||
- allowed tags
|
||||
- allowed uri schemes
|
||||
- added svg whitelist
|
||||
|
||||
- systray
|
||||
https://github.com/getlantern/systray (commit:2c0986d) Apache 2.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
- fix: sanitizer/readability clearing out svg?
|
||||
https://preshing.com/20210315/how-cpp-resolves-a-function-call/
|
||||
- fix: text is garbled in
|
||||
https://www.tedinski.com/2019/11/17/book-status-update.html
|
||||
- fix: focus on the newly added feed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue