You are here

cors.services.yml in CORS 8

File

cors.services.yml
View source
  1. services:
  2. cors_event_subscriber:
  3. class: Drupal\cors\EventSubscriber\CorsResponseEventSubscriber
  4. arguments: ['@config.factory', '@path.alias_manager', '@path.matcher']
  5. tags:
  6. - {name: event_subscriber}