html_sanitizer.yaml 668 B

123456789101112131415161718
  1. html_sanitizer:
  2. default_sanitizer: 'default'
  3. sanitizers:
  4. default:
  5. # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/1-getting-started.md#extensions
  6. # to learn more about which extensions you would like to enable.
  7. extensions:
  8. - 'basic'
  9. # - 'list'
  10. # - 'table'
  11. # - 'image'
  12. # - 'code'
  13. # - 'iframe'
  14. # - 'extra'
  15. # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/3-configuration-reference.md
  16. # to discover all the available options for each extension.