mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-10 07:55:23 +02:00
security: fix unsafe html inputs (#1173)
* use DomPurify to sanatize ingredient html * fix list-item render for markdown * address volar linter issue
This commit is contained in:
parent
1c41ce7538
commit
2613420cd1
5 changed files with 33 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "preserve",
|
||||
"target": "ES2018",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue