Skip to content

Commit ff845b0

Browse files
author
Paul
committed
whitelist blob
1 parent 09adc1f commit ff845b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/ffmpeg/4/07-jsfetch-protocol.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Index: ffmpeg-4.4.4/libavformat/jsfetch.c
215215
+ .priv_data_size = sizeof(JSFetchContext),
216216
+ .priv_data_class = &jsfetch_context_class,
217217
+ .flags = URL_PROTOCOL_FLAG_NETWORK,
218-
+ .default_whitelist = "jsfetch,http,https"
218+
+ .default_whitelist = "jsfetch,http,https,blob,"
219219
+};
220220
+#endif
221221
Index: ffmpeg-4.4.4/libavformat/protocols.c

0 commit comments

Comments
 (0)