Skip to content

Commit

Permalink
Don’t use CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz authored Jan 10, 2025
1 parent 07151bc commit 63b0c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
headers: new Headers({
'Content-Type': 'text/plain'
}),
mode: 'cors',
mode: 'no-cors',
cache: 'default',
redirect: 'follow',
referrerPolicy: 'no-referrer-when-downgrade'
Expand Down

0 comments on commit 63b0c01

Please sign in to comment.