[TOOLS] Enable appium and browserstack in proxy
allow the passage in the proxy of some domains used for the preparation of the appium image and the connection with browserstack from my environment
This commit is contained in:
@@ -7,6 +7,7 @@ acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
|
||||
acl SSL_ports port 443
|
||||
acl Safe_ports port 80
|
||||
acl Safe_ports port 443
|
||||
acl Safe_ports port 4723 # appium tcp port
|
||||
acl CONNECT method CONNECT
|
||||
|
||||
acl whitelist dstdomain "/etc/squid/whitelist"
|
||||
|
||||
@@ -28,3 +28,11 @@ chrome-infra-packages.appspot.com
|
||||
|
||||
# for pip
|
||||
.pypi.org
|
||||
|
||||
# for appium
|
||||
registry.npmjs.org
|
||||
deb.nodesource.com
|
||||
|
||||
# for browserstack
|
||||
api-cloud.browserstack.com
|
||||
hub-cloud.browserstack.com
|
||||
Reference in New Issue
Block a user