diff options
Diffstat (limited to 'src/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 873165f..0568ee3 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -1471,6 +1471,7 @@ bool BrowserTab::startRequest(const QUrl &url, ProtocolHandler::RequestOptions o } // Check if we have the page in our cache. + kristall::cache.clean(); if (auto pg = kristall::cache.find(url); pg != nullptr) { qDebug() << "Reading page from cache"; |
