definition.yml 362 B

123456789101112131415
  1. key: htmlSecurity
  2. title: Security
  3. description: Filter and strips potentially dangerous content
  4. author: requarks.io
  5. icon: mdi-fire
  6. enabledDefault: true
  7. dependsOn: htmlCore
  8. step: post
  9. order: 99999
  10. props:
  11. safeHTML:
  12. type: Boolean
  13. title: Sanitize HTML
  14. default: true
  15. hint: Sanitize HTML from unsafe attributes and tags that could lead to XSS attacks