mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
metasearch: ignore proxy settings != HttpProxy
This commit is contained in:
parent
7c75ffa3b0
commit
48ed1cf5a2
@ -865,6 +865,8 @@ class MetaSearchDialog(QDialog, Ui_MetaSearchDialog):
|
||||
if self.settings.value('/proxy/proxyEnabled') == 'true':
|
||||
if self.settings.value('/proxy/proxyType') == 'HttpProxy':
|
||||
ptype = 'http'
|
||||
else:
|
||||
return
|
||||
|
||||
user = self.settings.value('/proxy/proxyUser')
|
||||
password = self.settings.value('/proxy/proxyPassword')
|
||||
|
Loading…
x
Reference in New Issue
Block a user