diff options
author | watcher <watcherhd@gmail.com> | 2016-10-12 17:06:27 +0300 |
---|---|---|
committer | watcher <watcherhd@gmail.com> | 2016-10-12 17:06:27 +0300 |
commit | 98640ff05f7737036345ae971bc6fdeadc2230f0 (patch) | |
tree | 286bd0a530662717b5cf8a5fd65af4ed8088b7b1 /src | |
parent | dc4cc60c36830cb29f84d71ff2c8e47b57dce160 (diff) |
yahoo is banned by the core
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 1f22c5e15e..fda3a1c558 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -110,7 +110,8 @@ static const MUUID pluginBannedList[] = { 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
- { 0x0ca63eee, 0xeb2c, 0x4aed, { 0xb3, 0xd0, 0xbc, 0x8e, 0x6e, 0xb3, 0xbf, 0xb8 } } // stdurl
+ { 0x0ca63eee, 0xeb2c, 0x4aed, { 0xb3, 0xd0, 0xbc, 0x8e, 0x6e, 0xb3, 0xbf, 0xb8 } }, // stdurl
+ { 0x0aa7bfea, 0x1fc7, 0x45f0, { 0x90, 0x6e, 0x2a, 0x46, 0xb6, 0xe1, 0x19, 0xcf } } // yahoo
};
static bool isPluginBanned(const MUUID& u1)
|