mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-24 07:18:11 +01:00
Update validators.py
This commit is contained in:
parent
332136df8b
commit
a9c73e2846
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ ALLOWED_SVG_TAGS: set[str] = {
|
|||
"use",
|
||||
"title",
|
||||
"desc",
|
||||
"style",
|
||||
}
|
||||
|
||||
ALLOWED_SVG_ATTRIBUTES: set[str] = {
|
||||
|
|
@ -29,6 +30,7 @@ ALLOWED_SVG_ATTRIBUTES: set[str] = {
|
|||
"style",
|
||||
"d",
|
||||
"fill",
|
||||
"fill-opacity",
|
||||
"fill-rule",
|
||||
"stroke",
|
||||
"stroke-width",
|
||||
|
|
@ -69,6 +71,7 @@ ALLOWED_SVG_ATTRIBUTES: set[str] = {
|
|||
"xmlns",
|
||||
"xmlns:xlink",
|
||||
"version",
|
||||
"type",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue