Skip to content

Commit 68ebf91

Browse files
authored
Add support for pfx files
1 parent aec6ff7 commit 68ebf91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/helpers/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ const allowedFileTypes = [
308308
"max",
309309
"mjpeg",
310310
"y4m",
311-
"tsx"
311+
"tsx",
312+
"pfx"
312313
];
313314

314315
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)