Add HTTPS sample.test domains to CORS settings
Some checks failed
Build And Test / build-and-push (push) Failing after 1m7s
Some checks failed
Build And Test / build-and-push (push) Failing after 1m7s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@ -126,8 +126,11 @@ CORS_ALLOWED_ORIGINS = [
|
||||
"https://www.demo.test",
|
||||
"https://sample.test",
|
||||
"http://sample.test",
|
||||
"https://www.sample.test",
|
||||
"http://www.sample.test",
|
||||
"https://auth.sample.test",
|
||||
"http://auth.sample.test",
|
||||
"https://blog.sample.test",
|
||||
"http://blog.sample.test",
|
||||
"https://www.icurfer.com",
|
||||
"https://icurfer.com",
|
||||
|
||||
Reference in New Issue
Block a user