gologin 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/gologin.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "A high-level API to control Orbita browser over GoLogin API",
5
5
  "types": "./index.d.ts",
6
6
  "main": "./src/gologin.js",
package/src/gologin.js CHANGED
@@ -972,7 +972,7 @@ export class GoLogin {
972
972
  }
973
973
 
974
974
  if (proxy) {
975
- const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host}"`;
975
+ const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host} , EXCLUDE api.gologin.com"`;
976
976
  params.push(`--host-resolver-rules=${hr_rules}`);
977
977
  }
978
978