Fix Handling of FFZ CDN URLs with https already appended (#4432)

This commit is contained in:
Daniel Sage
2023-03-04 19:34:36 -05:00
committed by GitHub
parent 1dc2bcc445
commit b9e87dcd2b
6 changed files with 37 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include "common/Aliases.hpp"
#include <QString>
#include <QUrl>
namespace chatterino {
Url parseFfzUrl(const QString &ffzUrl);
} // namespace chatterino