Skip to content

Commit

Permalink
Changed worker to single domain
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Dec 26, 2024
1 parent 46fe751 commit eab861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/turnstile/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const CORS_HEADERS = {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Origin': 'https://stephenjlu.com', //Change this to your domain
'Access-Control-Allow-Methods': 'POST',
'Access-Control-Allow-Headers': 'Content-Type'
};
Expand Down

0 comments on commit eab861c

Please sign in to comment.