Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only set allowedOrigin when needed #566

Merged
merged 17 commits into from
Sep 21, 2022
Prev Previous commit
remove config
  • Loading branch information
michael-siek committed Sep 21, 2022
commit 0db48dcb6a39f4e270b6b568fb3309615357108d
4 changes: 0 additions & 4 deletions packages/webdriverio/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ export default class AxeBuilder {
return await this.runLegacy(context);
}

if (!runPartialSupported && !this.legacyMode) {
await configureAllowedOrigins(client);
}

const partials = await this.runPartialRecursive(context);

try {
Expand Down