proxy settings must be the service provider decision
therefore, the provider decides if the service use a proxy or not, and if users can have the possibility to disable it on a bridge basis. Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
09d4e21bdc
commit
d71674d2ba
3 changed files with 15 additions and 11 deletions
lib
|
@ -21,7 +21,7 @@ abstract class BridgeAbstract implements BridgeInterface{
|
|||
public $uri = "";
|
||||
public $description = 'No description provided';
|
||||
public $maintainer = 'No maintainer';
|
||||
public $useProxy = false;
|
||||
public $useProxy = true;
|
||||
public $parameters = array();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue