Skip to content

Commit 5023a77

Browse files
committed
supported sh tld
1 parent 0bac4e6 commit 5023a77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/src/constants/jobConst.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,12 @@ export const FileExtensions = Object.freeze({
180180
OK: "ok",
181181
PUBLICVM: "publicvm",
182182
ISO: "iso",
183-
SH: "sh",
184183
CRX: "crx",
185184
CONFIG: "config",
185+
/* This is a list of valid tld that are also file extnesions.
186+
This could generate some false positives in the auto-extraction, if they are too much filter them.
187+
sh
188+
*/
186189
});
187190

188191
export const InvalidTLD = Object.freeze({

0 commit comments

Comments
 (0)