From fba858e48db6c88ea51fdc89270b53c1bcc803b2 Mon Sep 17 00:00:00 2001 From: Aditya Samantaray Date: Fri, 19 May 2023 20:09:43 +0530 Subject: [PATCH] chore: add support for pem files --- bin/helpers/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/helpers/constants.js b/bin/helpers/constants.js index 3657e667..19c844a6 100644 --- a/bin/helpers/constants.js +++ b/bin/helpers/constants.js @@ -320,7 +320,8 @@ const allowedFileTypes = [ "pfx", "cfr", "ico", - "html" + "html", + "pem" ]; const filesToIgnoreWhileUploading = [