We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba166c commit 241ac5fCopy full SHA for 241ac5f
src/tools/accessiblity-utils/scanner.ts
@@ -35,7 +35,7 @@ export class AccessibilityScanner {
35
const localHosts = new Set(["127.0.0.1", "localhost", "0.0.0.0"]);
36
const BS_LOCAL_DOMAIN = "bs-local.com";
37
38
- if (config.USE_OWN_LOCAL_BINARY_PROCESS) {
+ if (config.USE_OWN_LOCAL_BINARY_PROCESS && hasLocal) {
39
throw new Error(
40
"Cannot start scan with local URLs when using own BrowserStack Local binary process. Please set USE_OWN_LOCAL_BINARY_PROCESS to false.",
41
);
0 commit comments