Skip to content
Snippets Groups Projects
Verified Commit fc050764 authored by Marco Bonardo's avatar Marco Bonardo Committed by Pier Angelo Vendrame
Browse files

Bug 1921458. a=dmeehan

parent 523e938a
Branches
Tags
1 merge request!1453TB 43587: Rebased legacy onto 115.22.0esr
......@@ -291,6 +291,7 @@ const char* const ApplicationReputationService::kBinaryFileExtensions[] = {
//".jse", exec // JScript
".ksh", // Linux shell
//".lha",
//".library-ms", exec // Windows
//".lnk", exec // Windows
".local", // Windows
//".lpaq1",
......
......@@ -121,6 +121,7 @@ static const char* const kTestFileExtensions[] = {
".js", // JavaScript script
".jse", // JScript
".ksh", // Linux shell
".library-ms", // Windows Library Files
".lnk", // Windows
".local", // Windows
".mad", // MS Access
......
......@@ -72,6 +72,7 @@ const char* const sExecutableExts[] = {
#endif
".js",
".jse",
".library-ms", // Windows Library Files
".lnk",
".mad", // Access Module Shortcut
".maf", // Access
......
......@@ -8,9 +8,9 @@
#define _NS_LOCAL_FILE_COMMON_H_
#ifdef MOZ_ESR
extern const char* const sExecutableExts[108];
#else
extern const char* const sExecutableExts[109];
#else
extern const char* const sExecutableExts[110];
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment