You are here

allow_iframed_site.services.yml in Allow site iframing 3.0.x

Same filename and directory in other branches
  1. 8 allow_iframed_site.services.yml

File

allow_iframed_site.services.yml
View source
  1. services:
  2. remove_x_frame_options_subscriber:
  3. class: Drupal\allow_iframed_site\EventSubscriber\RemoveXFrameOptionsSubscriber
  4. arguments: ['@config.factory', '@plugin.manager.condition']
  5. tags:
  6. - { name: event_subscriber }