mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
812 B
28 lines
812 B
6 years ago
|
title: Security
|
||
|
description: Filter and strips potentially dangerous content
|
||
|
author: requarks.io
|
||
5 years ago
|
icon: mdi-fire
|
||
6 years ago
|
enabledDefault: true
|
||
2 years ago
|
dependsOn: core
|
||
5 years ago
|
step: post
|
||
5 years ago
|
order: 99999
|
||
6 years ago
|
props:
|
||
5 years ago
|
safeHTML:
|
||
6 years ago
|
type: Boolean
|
||
5 years ago
|
title: Sanitize HTML
|
||
|
default: true
|
||
|
hint: Sanitize HTML from unsafe attributes and tags that could lead to XSS attacks
|
||
5 years ago
|
order: 1
|
||
4 years ago
|
allowDrawIoUnsafe:
|
||
|
type: Boolean
|
||
|
title: Allow Draw.io Unsafe Elements
|
||
|
default: true
|
||
|
hint: Draw.io diagrams may introduce some elements that are usually filtered. Turning off this option may cause some diagrams to be completely removed during the sanitization process.
|
||
|
order: 2
|
||
5 years ago
|
allowIFrames:
|
||
|
type: Boolean
|
||
|
title: Allow iframes
|
||
|
default: false
|
||
|
hint: iframes will not be stripped if enabled. (Not recommended)
|
||
4 years ago
|
order: 3
|