mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Merge pull request #1804 from innermous/patch-abp
Fix adding Adblock list
This commit is contained in:
commit
623a28f1fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user