Skip to content

Commit 48ed1cf

Browse files
committed
metasearch: ignore proxy settings != HttpProxy
1 parent 7c75ffa commit 48ed1cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/plugins/MetaSearch/dialogs/maindialog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,8 @@ def install_proxy(self):
865865
if self.settings.value('/proxy/proxyEnabled') == 'true':
866866
if self.settings.value('/proxy/proxyType') == 'HttpProxy':
867867
ptype = 'http'
868+
else:
869+
return
868870

869871
user = self.settings.value('/proxy/proxyUser')
870872
password = self.settings.value('/proxy/proxyPassword')

0 commit comments

Comments
 (0)