12345678910111213141516171819202122 |
- 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
- order: 1
- allowIFrames:
- type: Boolean
- title: Allow iframes
- default: false
- hint: iframes will not be stripped if enabled. (Not recommended)
- order: 2
|