Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: added CORS matching all routes (#578)
Added a config file. Nextjs will look for a next.config.js file on 'next dev' and will use the following configurations Functionality: Manages HTTP response headers. Header Configuration: Allows any origin for all routes. Specifies allowed methods and headers for CORS. Result: we should be able to remove any CORS browser extensions that bypass cross-origin requests that would otherwise be restricted
- Loading branch information