Exclude text/xml

The text/xml Content-Type generates a false positive at some SOAP Environments.
patch-1
Fábián Patrik 2023-10-11 07:33:11 +02:00
parent 79a34fe321
commit 9ce1c40048
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ http:
- "application/x-javascript"
- "application/json"
- "application/xml"
- "text/xml"
- "html"
- "<!doctype"
- "<script"