definition.yml 349 B

1234567891011121314
  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. props:
  10. safeHTML:
  11. type: Boolean
  12. title: Sanitize HTML
  13. default: true
  14. hint: Sanitize HTML from unsafe attributes and tags that could lead to XSS attacks