mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Properly force https for the FrankerFaceZ api
This commit is contained in:
parent
5e9500266e
commit
ea691635a1
|
@ -51,7 +51,7 @@ QString GetFFZEmoteLink(const QJsonObject &urls, const QString &emoteScale)
|
|||
|
||||
assert(emote.isString());
|
||||
|
||||
return "http:" + emote.toString();
|
||||
return "https:" + emote.toString();
|
||||
}
|
||||
|
||||
void FillInFFZEmoteData(const QJsonObject &urls, const QString &code, const QString &tooltip,
|
||||
|
|
Loading…
Reference in a new issue