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:
2021-10-05 09:22:00 +08:00
parent d68601ff76
commit fc416f456b
8 changed files with 2043 additions and 1374 deletions
+2
View File
@@ -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
};