Skip to content

Commit

Permalink
Add no-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Jan 7, 2024
1 parent 76268f7 commit 6378dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Front/Library/Crazyrequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default class Crazyrequest{
if(this.options.from === "external"){

// Set mode
this.requestOptions.mode = "cors";
this.requestOptions.mode = "no-cors";

}

Expand Down

0 comments on commit 6378dfb

Please sign in to comment.