diff options
author | Paolo Amadini <paolo.mozmail@amadzone.org> | 2018-06-18 11:26:33 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-30 18:49:19 +0200 |
commit | 67d4d2fe185849e8c19c2045ad83e1d528d44cec (patch) | |
tree | 5237805a26ec1bc08f30f1af4d0cae778e322fc0 /xpcom | |
parent | 5db0b81f7c1c7c18c11fe06e58892ed64e347ef1 (diff) | |
download | uxp-67d4d2fe185849e8c19c2045ad83e1d528d44cec.tar.gz |
Bug 1468217 - Add "SettingContent-ms" to the list of executable file extensions. r=Gijs, a=RyanVM
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 5a72c750cb..e73e159500 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3071,6 +3071,7 @@ nsLocalFile::IsExecutable(bool* aResult) "scf", // Windows explorer command "scr", "sct", + "settingcontent-ms", "shb", "shs", "url", |