From a644dd8e22f5ff6f046c8ffaca8a05ee3a8cff49 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 8 Aug 2015 21:28:32 +0000 Subject: stdurl is banned by core git-svn-id: http://svn.miranda-ng.org/main/trunk@14877 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_app/src/newplugins.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index efe60a6e6a..c0d524f4f0 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -113,7 +113,8 @@ static const MUUID pluginBannedList[] = { 0x28f45248, 0x8c9c, 0x4bee, { 0x93, 0x07, 0x7b, 0xcf, 0x3e, 0x12, 0xbf, 0x99 } }, // dbx_tree { 0x4c4a27cf, 0x5e64, 0x4242, { 0xa3, 0x32, 0xb9, 0x8b, 0x08, 0x24, 0x3e, 0x89 } }, // metacontacts { 0x9c448c61, 0xfc3f, 0x42f9, { 0xb9, 0xf0, 0x4a, 0x30, 0xe1, 0xcf, 0x86, 0x71 } }, // skypekit based skype - { 0x49c2cf54, 0x7898, 0x44de, { 0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x00, 0x79 } } // firstrun + { 0x49c2cf54, 0x7898, 0x44de, { 0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x00, 0x79 } }, // firstrun + { 0x0ca63eee, 0xeb2c, 0x4aed, { 0xb3, 0xd0, 0xbc, 0x8e, 0x6e, 0xb3, 0xbf, 0xb8 } } // stdurl }; static bool isPluginBanned(const MUUID& u1) -- cgit v1.2.3