You are here

service remove_x_frame_options_subscriber in Allow site iframing 3.0.x

Same name and namespace in other branches
  1. 8 allow_iframed_site.services.yml \remove_x_frame_options_subscriber

Class

Drupal\allow_iframed_site\EventSubscriber\RemoveXFrameOptionsSubscriber

Tags

  • event_subscriber

File

./allow_iframed_site.services.yml
allow_iframed_site.services.yml

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