diff options
Diffstat (limited to 'src/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 0568ee3..e870fe0 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -587,11 +587,6 @@ void BrowserTab::renderPage(const QByteArray &data, const MimeType &mime) document->setHtml(page_html); page_title = document->metaInformation(QTextDocument::DocumentTitle); - - // For now we don't cache HTML pages, because they will most - // of the time clog up the cache. - // TODO: preference for this? protocol-specific cache limits? - will_cache = false; } else if (not plaintext_only and mime.is("text","x-kristall-theme")) { |
