You are here

csp_extras.services.yml in Content-Security-Policy 8

csp_extras/csp_extras.services.yml

File

csp_extras/csp_extras.services.yml
View source
  1. services:
  2. # Replace the core attachments_processor service.
  3. ajax_response.attachments_processor:
  4. class: Drupal\csp_extras\Ajax\AjaxResponseAttachmentsProcessor
  5. arguments:
  6. - '@asset.resolver'
  7. - '@config.factory'
  8. - '@request_stack'
  9. - '@module_handler'
  10. - '@datetime.time'