mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Add RTMP as an allowed protocol for links
This commit is contained in:
parent
ab78e6c90c
commit
de27cd7b72
@ -288,6 +288,7 @@ const QStringList Log::allowedSchemes() {
|
||||
qslAllowedSchemeNames << QLatin1String("mailto");
|
||||
qslAllowedSchemeNames << QLatin1String("xmpp");
|
||||
qslAllowedSchemeNames << QLatin1String("skype");
|
||||
qslAllowedSchemeNames << QLatin1String("rtmp"); // http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol
|
||||
|
||||
return qslAllowedSchemeNames;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user