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 b8d4776 commit 131150bCopy full SHA for 131150b
src/tools/accessiblity-utils/scanner.ts
@@ -32,7 +32,7 @@ export class AccessibilityScanner {
32
// Check if any URL is local
33
const hasLocal = urlList.some(isLocalURL);
34
const localIdentifier = crypto.randomUUID();
35
- const localHosts = new Set(["127.0.0.1", "localhost","0.0.0.0"]);
+ const localHosts = new Set(["127.0.0.1", "localhost", "0.0.0.0"]);
36
const BS_LOCAL_DOMAIN = "bs-local.com";
37
38
if (hasLocal) {
0 commit comments