diff options
author | wentasah <wentasah@web> | 2013-02-05 12:04:29 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-02-05 12:04:29 -0400 |
commit | 91f7fbe09f11303f7a798a491dff0dd229059884 (patch) | |
tree | 66319ddd85ee85a3970896bcdd864305f0b196f4 /doc/plugins | |
parent | ba3494978be2502e3727959717fdd385b8c64f1f (diff) | |
download | ikiwiki-91f7fbe09f11303f7a798a491dff0dd229059884.tar ikiwiki-91f7fbe09f11303f7a798a491dff0dd229059884.tar.gz |
Disabling certain formats for comments
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/comments/discussion.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn index 227890bdd..ceb02406d 100644 --- a/doc/plugins/comments/discussion.mdwn +++ b/doc/plugins/comments/discussion.mdwn @@ -216,3 +216,14 @@ Or at least a reply functionality that quotes the subject/contents? -- [[iustin]] --- + +## Disabling certain formats for comments + +It seems that comments plugin allows using all enabled formats and +there is not way to disable some of them. For my blog, I want to use +additional formats for writing posts but I do not want commenters to +use those formats because it would be a security problem. + +Any suggestions or hints how to implement this? + +-- [[wentasah]] |