Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add RTMP as an allowed protocol for links
  • Loading branch information
niko20010 authored and hacst committed May 14, 2015
1 parent ab78e6c commit de27cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mumble/Log.cpp
Expand Up @@ -288,6 +288,7 @@ const QStringList Log::allowedSchemes() {
qslAllowedSchemeNames << QLatin1String("mailto"); qslAllowedSchemeNames << QLatin1String("mailto");
qslAllowedSchemeNames << QLatin1String("xmpp"); qslAllowedSchemeNames << QLatin1String("xmpp");
qslAllowedSchemeNames << QLatin1String("skype"); qslAllowedSchemeNames << QLatin1String("skype");
qslAllowedSchemeNames << QLatin1String("rtmp"); // http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol


return qslAllowedSchemeNames; return qslAllowedSchemeNames;
} }
Expand Down

0 comments on commit de27cd7

Please sign in to comment.