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.
19 lines
443 B
19 lines
443 B
key: htmlSecurity
|
|
title: Security
|
|
description: Filter and strips potentially dangerous content
|
|
author: requarks.io
|
|
icon: whatshot
|
|
enabledDefault: true
|
|
dependsOn: htmlCore
|
|
props:
|
|
stripJS:
|
|
type: Boolean
|
|
title: Strip Javascript
|
|
default: false
|
|
hint: Javascript code within code blocks won't be affected
|
|
filterBadWords:
|
|
type: Boolean
|
|
title: Filter Bad Words
|
|
default: false
|
|
hint: Replace bad words with asterisks
|