Skip to content

Commit

Permalink
supported sh tld
Browse files Browse the repository at this point in the history
  • Loading branch information
drosetti committed Jun 3, 2024
1 parent 0bac4e6 commit 5023a77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/constants/jobConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@ export const FileExtensions = Object.freeze({
OK: "ok",
PUBLICVM: "publicvm",
ISO: "iso",
SH: "sh",
CRX: "crx",
CONFIG: "config",
/* This is a list of valid tld that are also file extnesions.
This could generate some false positives in the auto-extraction, if they are too much filter them.
sh
*/
});

export const InvalidTLD = Object.freeze({
Expand Down

0 comments on commit 5023a77

Please sign in to comment.