allow disabling fancy HTML formatting

It might be necessary if the comments should preserve
original quotes instead of replacing them with angled ones.
This commit is contained in:
Dmitry Verkhoturov
2023-11-26 09:13:53 +01:00
parent d04d2097f8
commit dcc7613409
11 changed files with 212 additions and 107 deletions
@@ -159,6 +159,7 @@ services:
| update-limit | UPDATE_LIMIT | `0.5` | updates/sec limit |
| subscribers-only | SUBSCRIBERS_ONLY | `false` | enable commenting only for Patreon subscribers |
| disable-signature | DISABLE_SIGNATURE | `false` | disable server signature in headers |
| disable-fancy-text-formatting | DISABLE_FANCY_HTML_FORMATTING | `false` | disable fancy comments text formatting (replacement of quotes, dashes, fractions, etc) |
| admin-passwd | ADMIN_PASSWD | none (disabled) | password for `admin` basic auth |
| dbg | DEBUG | `false` | debug mode |