mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-02 14:28:14 -06:00
Update validators.py
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user