summaryrefslogtreecommitdiff
path: root/vendor/github.com/microcosm-cc/bluemonday/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/helpers.go')
-rw-r--r--vendor/github.com/microcosm-cc/bluemonday/helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/helpers.go b/vendor/github.com/microcosm-cc/bluemonday/helpers.go
index 4e31fb6fb..d4039492e 100644
--- a/vendor/github.com/microcosm-cc/bluemonday/helpers.go
+++ b/vendor/github.com/microcosm-cc/bluemonday/helpers.go
@@ -117,7 +117,7 @@ var (
// This is not exported as it's not useful by itself, and only has value
// within the AllowDataURIImages func
dataURIImagePrefix = regexp.MustCompile(
- `^image/(gif|jpeg|png|webp);base64,`,
+ `^image/(gif|jpeg|png|svg\+xml|webp);base64,`,
)
)