You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
304 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'paths' => ['api/*'],
  4. 'allowed_methods' => ['*'],
  5. 'allowed_origins' => ['*'],
  6. 'allowed_origins_patterns' => [],
  7. 'allowed_headers' => ['*'],
  8. 'exposed_headers' => ['x-custom-response-header'],
  9. 'max_age' => 0,
  10. 'supports_credentials' => false,
  11. ];