6 lines
158 B
PHP
6 lines
158 B
PHP
|
|
<?php return [
|
||
|
|
'plugin' => [
|
||
|
|
'name' => 'CORS',
|
||
|
|
'description' => 'Setup and manage Cross-Origin Resource Sharing headers',
|
||
|
|
],
|
||
|
|
];
|