1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Merge pull request #1804 from innermous/patch-abp

Fix adding Adblock list
This commit is contained in:
David Rosca 2015-12-12 22:50:43 +01:00
commit 623a28f1fe

View File

@ -147,7 +147,7 @@ void AdBlockManager::removeDisabledRule(const QString &filter)
bool AdBlockManager::addSubscriptionFromUrl(const QUrl &url)
{
const QList<QPair<QString, QString> > queryItems = QUrlQuery(url).queryItems();
const QList<QPair<QString, QString> > queryItems = QUrlQuery(url).queryItems(QUrl::FullyDecoded);
QString subscriptionTitle;
QString subscriptionUrl;