wikijs-fork/server/modules/rendering/html-security/definition.yml
2019-12-11 23:36:19 -05:00

15 lines
349 B
YAML

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