What’s new?
Enhanced the CORS policy by introducing dynamic validation that allows only registered domains to access the backend.
Why it matters
This improves platform security while maintaining flexibility, ensuring that only authorized domains can communicate with the backend without requiring manual configuration changes.
Details
✔️ Implemented dynamic CORS validation
✔️ Restricted backend access to registered domains only
✔️ Improved security for cross-origin requests
✔️ Reduced the need for manual CORS configuration
Impact
🔵 Improvement