Bug 86964 - setting proxy with dcop cascading proxies
Summary: setting proxy with dcop cascading proxies
Status: RESOLVED INTENTIONAL
Alias: None
Product: kio
Classification: Unmaintained
Component: http (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 11:30 UTC by miro
Modified: 2011-05-26 15:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miro 2004-08-11 11:30:03 UTC
Version:           3.2.92 (using KDE KDE 3.2.92)
Installed from:    Compiled From Sources
OS:                Linux

Hi,

I would really love to see a way to update the proxy settings in konqueror with dcop. 
It would be ok with me when konqueror would monitor a file (with the proxy urls) for changes and ajust it settings automaticaly.

Also for even better security a cascade of proxies (eg x.y.z.w:8080/a.b.c.d:80/...) would be nice.

regards,
    Miro
Comment 1 Dawit Alemayehu 2011-05-26 08:19:25 UTC
Sorry but being able to update proxy settings through dcop or dbus now will never be implemented due to the very obvious security concerns brought about by such action.
Comment 2 Sebastien Renard 2011-05-26 15:41:21 UTC
Hello,

It can already be done in command line, but it is a lot of pain.

You have to hack $HOME/.kde/share/config/kioslaverc file and change ProxyType and httpProxy vars, then send this dbus call : /KIO/Scheduler org.kde.KIO.Scheduler.reparseSlaveConfiguration

It could be easier.