summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwatcher <watcherhd@gmail.com>2016-11-02 13:22:57 +0200
committerwatcher <watcherhd@gmail.com>2016-11-02 13:22:57 +0200
commitf1ffcc67f73eb57e9fb4b3cbc1db9996d7515694 (patch)
tree71d9512dea2ca2dec68339d83fde172d629ed36f /src
parentdf38bcb83c71521d1f87d889dba4d1cd7872432f (diff)
AAA, KS and StartUpStatus are banned by the core
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/newplugins.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index d5d197162d..60835dfa97 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -110,7 +110,10 @@ static const MUUID pluginBannedList[] =
{ 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
- { 0x0aa7bfea, 0x1fc7, 0x45f0, { 0x90, 0x6e, 0x2a, 0x46, 0xb6, 0xe1, 0x19, 0xcf } } // yahoo
+ { 0x0aa7bfea, 0x1fc7, 0x45f0, { 0x90, 0x6e, 0x2a, 0x46, 0xb6, 0xe1, 0x19, 0xcf } }, // yahoo
+ { 0xf0fdf73a, 0x753d, 0x499d, { 0x8d, 0xba, 0x33, 0x6d, 0xb7, 0x9c, 0xdd, 0x41 } }, // advancedautoaway
+ { 0xa5bb1b7a, 0xb7cd, 0x4cbb, { 0xa7, 0xdb, 0xce, 0xb4, 0xeb, 0x71, 0xda, 0x49 } }, // keepstatus
+ { 0x4b733944, 0x5a70, 0x4b52, { 0xab, 0x2d, 0x68, 0xb1, 0xef, 0x38, 0xff, 0xe8 } } // startupstatus
};
static bool isPluginBanned(const MUUID& u1)