diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
| commit | 5b0030037c5996b3e839f9a78c4ccb2e89cfc909 (patch) | |
| tree | 4c86b27be0c2776ee3a36b611ae82d6608072cd8 /src | |
| parent | f1d587c11cdfcbf509e4905509170a8d3dd7259a (diff) | |
fixes #4899 (SkypeWeb: deprecation)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mir_app/src/newplugins.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 145b86875d..b6eada4b91 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -136,6 +136,8 @@ static const MUUID pluginBannedList[] = { 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x01 } }, // omegle
{ 0x14331048, 0x5a73, 0x4fdb, { 0xb9, 0x09, 0x2d, 0x7e, 0x18, 0x25, 0xa0, 0x12 } }, // spamotron
{ 0xEFB2355B, 0x82B3, 0x4759, { 0xb7, 0xd8, 0x95, 0xf8, 0xe9, 0x50, 0x62, 0x91 } }, // icq-wim
+ { 0x57e90ac6, 0x1067, 0x423b, { 0x8c, 0xa3, 0x70, 0xa3, 0x9d, 0x20, 0x0d, 0x4f } }, // skypeweb
+ { 0x2925520b, 0x6677, 0x4658, { 0x8b, 0xad, 0x56, 0x61, 0xd1, 0x3e, 0x46, 0x92 } }, // SkypeStatusChange
};
bool isPluginBanned(const MUUID &u1)
|
