You are here

noreferrer.schema.yml in No Referrer 8

config/schema/noreferrer.schema.yml

File

config/schema/noreferrer.schema.yml
View source
  1. # Schema for the configuration files of No Referrer module.
  2. noreferrer.settings:
  3. type: config_object
  4. label: 'No Referrer settings'
  5. mapping:
  6. noopener:
  7. type: boolean
  8. label: 'Add rel="noopener" link type if link has a target'
  9. noreferrer:
  10. type: boolean
  11. label: 'Add rel="noreferrer" link type to non-whitelisted links'
  12. publish:
  13. type: boolean
  14. label: 'Publish list of whitelisted domains'
  15. subscribe_url:
  16. type: string
  17. label: 'Subscribe to external list of whitelisted domains'
  18. whitelisted_domains:
  19. type: string
  20. label: 'Whitelisted domains'