summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-29 14:36:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-29 14:36:55 +0300
commit397c5903410b991e64d90e41ce0f84b52292c3ba (patch)
tree97066836dcb0cb13628cff228c60724bb6358a95 /src
parent1fff859b0d45658ba82d7e40ac479c940f8f6133 (diff)
ImportTXT blocked in the core & PluginUpdater
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/newplugins.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index ddd630f69a..876ec44280 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -110,6 +110,7 @@ static const MUUID pluginBannedList[] =
{ 0x7c070f7c, 0x459e, 0x46b7, { 0x8e, 0x6d, 0xbc, 0x6e, 0xfa, 0xa2, 0x2f, 0x78 } }, // advaimg
{ 0xa0138fc6, 0x4c52, 0x4501, { 0xaf, 0x93, 0x7d, 0x3e, 0x20, 0xbc, 0xae, 0x5b } }, // dbchecker
{ 0x53ac190b, 0xe223, 0x4341, { 0x82, 0x5f, 0x70, 0x9d, 0x85, 0x20, 0x21, 0x5b } }, // stdidle
+ { 0x6f376b33, 0xd3f4, 0x4c4f, { 0xa9, 0x6b, 0x77, 0xda, 0x08, 0x04, 0x3b, 0x06 } }, // importtxt
};
static bool isPluginBanned(const MUUID &u1)