summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index cfa5ff04..6bf172a6 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -42,6 +42,7 @@
#include "webtab.h"
#include "webpluginfactory.h"
#include "networkaccessmanager.h"
+#include "adblockmanager.h"
// KDE Includes
#include <KStandardDirs>
@@ -179,6 +180,8 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply)
void WebPage::loadFinished(bool)
{
+ Application::adblockManager()->applyHidingRules(this);
+
// KWallet Integration
// TODO: Add check for sites exempt from automatic form filling...
if (wallet())