![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <QObject>#include <QStringList>#include <QPointer>#include <QMutex>#include <QUrl>#include <QWebEngineUrlRequestInfo>#include "qzcommon.h"Go to the source code of this file.
Classes | |
| struct | AdBlockedRequest |
| class | AdBlockManager |
Macros | |
| #define | ADBLOCK_EASYLIST_URL QSL("https://easylist-downloads.adblockplus.org/easylist.txt") |
| #define | ADBLOCK_NOCOINLIST_URL QSL("https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt") |
| #define ADBLOCK_EASYLIST_URL QSL("https://easylist-downloads.adblockplus.org/easylist.txt") |
Definition at line 30 of file adblockmanager.h.
| #define ADBLOCK_NOCOINLIST_URL QSL("https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt") |
Definition at line 31 of file adblockmanager.h.