Skip to content

Commit

Permalink
fix: turned on overriding for XhrSandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 committed May 15, 2023
1 parent b10bd8c commit ca236c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/sandbox/xhr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ export default class XhrSandbox extends SandboxBaseWithDelayedSettings {
this.overrideAbort();
this.overrideOpen();
this.overrideSend();

if (settings.nativeAutomation)
return;

this.overrideSetRequestHeader();

if (nativeMethods.xhrResponseURLGetter)
Expand Down

0 comments on commit ca236c3

Please sign in to comment.