mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 23:38:35 +00:00
import change from tenfourfox:
- add inetloc and webloc to potentially executable extensions (7363964ad) - #648: M1663836 + update TLDs TZs HSTS (4821d63d2)
This commit is contained in:
@@ -1571,7 +1571,9 @@ nsLocalFile::IsExecutable(bool* aResult)
|
||||
static const char* const executableExts[] = {
|
||||
"air", // Adobe AIR installer
|
||||
#ifdef MOZ_WIDGET_COCOA
|
||||
"inetloc", // https://ssd-disclosure.com/ssd-advisory-macos-finder-rce/
|
||||
"fileloc", // File location files can be used to point to other files.
|
||||
"webloc", // same URL
|
||||
#endif
|
||||
"jar" // java application bundle
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user