- key: htmlSecurity
- title: Security
- description: Filter and strips potentially dangerous content
- author: requarks.io
- icon: mdi-fire
- enabledDefault: true
- dependsOn: htmlCore
- step: post
- order: 99999
- props:
- safeHTML:
- type: Boolean
- title: Sanitize HTML
- default: true
- hint: Sanitize HTML from unsafe attributes and tags that could lead to XSS attacks
|