Skip to content

Commit 7554baa

Browse files
committed
config: disallow audio/x-mpegurl
1 parent 9be3a8a commit 7554baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ R2_THRESHOLD = "100K"
7474
R2_MAX_ALLOWED = "100M"
7575

7676
# The following mimetypes will be converted to text/plain
77-
DISALLOWED_MIME_FOR_PASTE = ["text/html"]
77+
DISALLOWED_MIME_FOR_PASTE = ["text/html", "audio/x-mpegurl"]

0 commit comments

Comments
 (0)