diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 09:45:22 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 11:53:04 +0200 |
commit | ae0a5284cbd94f53aa772c6bff0c8cc21c30bf9f (patch) | |
tree | 502d32c12e97ffca5bebb9c59767b80c49e6b011 /xpcom | |
parent | 71a8127c01caef590140bd21836ee5232c7d9f54 (diff) | |
download | uxp-ae0a5284cbd94f53aa772c6bff0c8cc21c30bf9f.tar.gz |
Treat *.jnlp as an executable class file, like *.jar
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/io/nsLocalFileWin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index e73e159500..23c283f95f 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", |