🛂(backend) remove svg from unsafe

We added content-security-policy on nginx.
It should be safe to allow svg files now.
We remove the svg file from the unsafe
attachments list. We adapt the tests accordingly.
This commit is contained in:
Anthony LC
2025-02-28 15:47:36 +01:00
committed by Anthony LC
parent 22a665e535
commit 7b1ddc0e05
4 changed files with 29 additions and 21 deletions

View File

@@ -210,7 +210,6 @@ class Base(Configuration):
"application/x-ms-regedit",
"application/x-msdownload",
"application/xml",
"image/svg+xml",
]
# Document versions