summaryrefslogtreecommitdiffstats
path: root/xpcom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-05-29 09:45:22 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-05-29 11:53:04 +0200
commit21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 (patch)
tree502d32c12e97ffca5bebb9c59767b80c49e6b011 /xpcom
parentd873bd96953a6c8de8a9355e330400e0799db661 (diff)
downloadUXP-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.tar
UXP-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.tar.gz
UXP-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.tar.lz
UXP-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.tar.xz
UXP-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.zip
Treat *.jnlp as an executable class file, like *.jar
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/io/nsLocalFileWin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp
index e73e15950..23c283f95 100644
--- a/xpcom/io/nsLocalFileWin.cpp
+++ b/xpcom/io/nsLocalFileWin.cpp
@@ -3034,6 +3034,7 @@ nsLocalFile::IsExecutable(bool* aResult)
"ins",
"isp",
"jar", // java application bundle
+ "jnlp", // java web start
"js",
"jse",
"lnk",