[EU-FOSSA] Avoid to execute eventual hijacked binaries from Notepad++
If the same name binaries are placed in user's PC and the fake binaries path are set before the system ones: https://superuser.com/questions/897644/how-does-windows-decide-which-executable-to-run/897645 then the fake ones are executed. Remove these entries for avoiding to execute eventual hijacked binaries from Notepad++.
This commit is contained in:
parent
abf78e84b2
commit
c1bf412f57
@ -7,14 +7,20 @@
|
||||
</Macro>
|
||||
</Macros>
|
||||
<UserDefinedCommands>
|
||||
<!--
|
||||
The following shortcuts are dangerous if your computer is compromised.
|
||||
(But if your computer is compromised, EVERYTHING IS DANGEROUS!)
|
||||
Remove the comment and use them with your own risk!!!
|
||||
|
||||
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="65">safari "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a "$(FULL_CURRENT_PATH)"</Command>
|
||||
-->
|
||||
<Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/$(CURRENT_WORD)</Command>
|
||||
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
|
||||
<Command name="Open file in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
|
||||
<Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a "$(FULL_CURRENT_PATH)"</Command>
|
||||
</UserDefinedCommands>
|
||||
<PluginCommands />
|
||||
<ScintillaKeys />
|
||||
|
Loading…
Reference in New Issue
Block a user