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.

18 lines
443 B

  1. key: htmlSecurity
  2. title: Security
  3. description: Filter and strips potentially dangerous content
  4. author: requarks.io
  5. icon: whatshot
  6. enabledDefault: true
  7. dependsOn: htmlCore
  8. props:
  9. stripJS:
  10. type: Boolean
  11. title: Strip Javascript
  12. default: false
  13. hint: Javascript code within code blocks won't be affected
  14. filterBadWords:
  15. type: Boolean
  16. title: Filter Bad Words
  17. default: false
  18. hint: Replace bad words with asterisks