diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-12 19:03:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-12 19:03:36 +0300 |
commit | 0ea1ce46b586e93ecd78a57e8d30e492d67691f1 (patch) | |
tree | 83ce2c0c79cf857ff76667c89ce08ab38cfd6006 /src/mir_app | |
parent | 0c8e371e94510432b6e4bd78080d7491ae0c7b3f (diff) |
fixes #3917 (Omegle is dead)
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 0fadf63e72..da6318d9e0 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -133,6 +133,7 @@ static const MUUID pluginBannedList[] = { 0x69b9443b, 0xdc58, 0x4876, { 0xad, 0x39, 0xe3, 0xf4, 0x18, 0xa1, 0x33, 0xc5 } }, // mTextControl
{ 0x97724af9, 0xf3fb, 0x47d3, { 0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d } }, // msn
{ 0x45230488, 0x977b, 0x405b, { 0x85, 0x6d, 0xea, 0x27, 0x6d, 0x70, 0x83, 0xb7 } }, // Rate
+ { 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x01 } }, // Omegle
};
bool isPluginBanned(const MUUID &u1)
|