kaigrassnick / simple-cors-bundle
This Bundle provides simple CORS features like Preflight handling.
1.0.2
2021-02-01 09:00 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- symfony/framework-bundle: ^5.0
Suggests
- friendsofsymfony/rest-bundle: This Bundle provides various tools to rapidly develop RESTful API's with Symfony
This package is auto-updated.
Last update: 2024-12-29 06:56:52 UTC
README
This Bundle provides simple CORS features like Preflight handling.
For now, this bundle is limited in functionality. We allow all origins and all request methods. This is about to be changed in future releases.