diff --git a/iframeschemehandler.cpp b/iframeschemehandler.cpp index ba05cee8..b050cd14 100644 --- a/iframeschemehandler.cpp +++ b/iframeschemehandler.cpp @@ -54,7 +54,7 @@ void IframeSchemeHandler::requestStarted(QWebEngineUrlRequestJob *requestJob) // remove existed base tag articleString.remove( baseTag ) ; - QRegularExpression headTag( "", + QRegularExpression headTag( "", QRegularExpression::CaseInsensitiveOption | QRegularExpression::DotMatchesEverythingOption ); auto match = headTag.match( articleString, 0 );