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
3d1ca003
Commit
3d1ca003
authored
Mar 27, 2021
by
Laurent Montel
Browse files
Return false by default
parent
6803ff65
Pipeline
#55648
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
webengineviewer/src/urlinterceptor/loadexternalreferencesurlinterceptor/loadexternalreferencesurlinterceptor.cpp
View file @
3d1ca003
...
...
@@ -53,7 +53,7 @@ bool LoadExternalReferencesUrlInterceptor::urlIsBlocked(const QUrl &requestedUrl
bool
LoadExternalReferencesUrlInterceptor
::
urlIsAuthorized
(
const
QUrl
&
requestedUrl
)
{
Q_UNUSED
(
requestedUrl
)
return
tru
e
;
return
fals
e
;
}
void
LoadExternalReferencesUrlInterceptor
::
setAllowExternalContent
(
bool
b
)
...
...
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