Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Base Apps
Commits
73bb93cd
Commit
73bb93cd
authored
Sep 10, 2012
by
Dawit Alemayehu
Browse files
Allow proxy authentication when attempting to retrieve favorite icons.
BUG: 135596 FIXED-IN: 4.9.2
parent
7a0705a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/konq/favicons/favicons.cpp
View file @
73bb93cd
...
...
@@ -119,7 +119,7 @@ FavIconsModule::FavIconsModule(QObject* parent, const QList<QVariant>&)
d
->
metaData
.
insert
(
QLatin1String
(
"ssl_no_ui"
),
QLatin1String
(
"true"
));
d
->
metaData
.
insert
(
QLatin1String
(
"UseCache"
),
"false"
);
d
->
metaData
.
insert
(
QLatin1String
(
"cookies"
),
"none"
);
d
->
metaData
.
insert
(
QLatin1String
(
"no-auth"
),
QLatin1String
(
"true"
));
d
->
metaData
.
insert
(
QLatin1String
(
"no-
www-
auth"
),
QLatin1String
(
"true"
));
d
->
metaData
.
insert
(
QLatin1String
(
"errorPage"
),
QLatin1String
(
"false"
));
d
->
config
=
new
KConfig
(
KStandardDirs
::
locateLocal
(
"data"
,
QLatin1String
(
"konqueror/faviconrc"
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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