We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa01b8 + 36544a7 commit 0ea45bcCopy full SHA for 0ea45bc
1 file changed
http/data_source.go
@@ -92,6 +92,7 @@ func isContentTypeAllowed(contentType string) bool {
92
allowedContentTypes := []*regexp.Regexp{
93
regexp.MustCompile("^text/.+"),
94
regexp.MustCompile("^application/json$"),
95
+ regexp.MustCompile("^application/samlmetadata\\+xml"),
96
}
97
98
for _, r := range allowedContentTypes {
0 commit comments