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.

19 lines
301 B

  1. <?php
  2. return [
  3. 'paths' => ['/*'],
  4. 'allowed_methods' => ['*'],
  5. 'allowed_origins' => ['*'],
  6. 'allowedOriginsPatterns' => ['Content-Type', 'X-Requested-With'],
  7. 'allowed_headers' => ['*'],
  8. 'exposed_headers' => [],
  9. 'max_age' => 0,
  10. 'supports_credentials' => false,
  11. ];