From 393973a1f52a933486d10946db403db99eb54363 Mon Sep 17 00:00:00 2001 From: Paolo Amadini Date: Mon, 18 Jun 2018 11:26:33 +0100 Subject: [PATCH] Bug 1468217 - Add "SettingContent-ms" to the list of executable file extensions. r=Gijs, a=RyanVM --- xpcom/io/nsLocalFileWin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index eca19f3dc0..2b15cb0dd5 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3074,6 +3074,7 @@ nsLocalFile::IsExecutable(bool* aResult) "scf", // Windows explorer command "scr", "sct", + "settingcontent-ms", "shb", "shs", "url",