Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
5373128b
Commit
5373128b
authored
Feb 03, 2021
by
Laurent Montel
Browse files
Merge branch 'release/20.12'
parents
d2bbff22
f8557851
Pipeline
#49572
failed with stage
in 21 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/webengine/loadexternalreferencesurlinterceptor/loadexternalreferencesurlinterceptor.cpp
View file @
5373128b
...
...
@@ -30,6 +30,8 @@ bool LoadExternalReferencesUrlInterceptor::interceptRequest(QWebEngineUrlRequest
}
else
{
if
(
info
.
resourceType
()
==
QWebEngineUrlRequestInfo
::
ResourceTypeImage
&&
!
info
.
requestUrl
().
isLocalFile
()
&&
(
scheme
!=
QLatin1String
(
"cid"
)))
{
return
true
;
}
else
if
(
info
.
resourceType
()
==
QWebEngineUrlRequestInfo
::
ResourceTypeFontResource
)
{
return
true
;
}
}
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment