direct for meet and mail.google.com
This commit is contained in:
@@ -198,6 +198,14 @@ else
|
|||||||
(shExpMatch(host, "*.intel.com")))
|
(shExpMatch(host, "*.intel.com")))
|
||||||
{ return "PROXY proxy.vm:8118"}
|
{ return "PROXY proxy.vm:8118"}
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
//Direct for mail.google.com and meet.google.com
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "mail.google.com")) ||
|
||||||
|
(shExpMatch(host, "meet.google.com")))
|
||||||
|
{ return "DIRECT"}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user