Closed TheGreatAlgo closed 7 months ago
Thanks @TheGreatAlgo - its a good idea to mark the PR as draft until you are ready for a review :+1:
Sorry, accidentally removed the draft status on this.
@TheGreatAlgo thanks for the update on this one.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Pull Request Checklist
Description
The
self.ALLOWED_CORS_ORIGINS = list(self.ALLOWED_CORS_ORIGINS)
was incorrectly parsing the default string of '["*
"]' to ['[', '"', '*
', '"', ']'].