2018-09-10 00:33:10 +00:00
|
|
|
key: htmlSecurity
|
|
|
|
title: Security
|
|
|
|
description: Filter and strips potentially dangerous content
|
|
|
|
author: requarks.io
|
2019-08-05 03:53:21 +00:00
|
|
|
icon: mdi-fire
|
2018-09-10 00:33:10 +00:00
|
|
|
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
|