Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 426f48f2 authored by Carmelo Messina's avatar Carmelo Messina
Browse files

[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
parent d5e3416f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+8 −0
Original line number Diff line number Diff line
@@ -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
 No newline at end of file