gitea/docs/content/doc/advanced
Alexander Scheel ee7df7ba8c Markdown: Sanitizier Configuration (#9075)
* Support custom sanitization policy

Allowing the gitea administrator to configure sanitization policy allows
them to couple external renders and custom templates to support more
markup. In particular, the `pandoc` renderer allows generating KaTeX
annotations, wrapping them in `<span>` elements with class `math` and
either `inline` or `display` (depending on whether or not inline or
block mode was requested).

This iteration gives the administrator whitelisting powers; carefully
crafted regexes will thus let through only the desired attributes
necessary to support their custom markup.

Resolves: #9054

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Document new sanitization configuration

 - Adds basic documentation to app.ini.sample,
 - Adds an example to the Configuration Cheat Sheet, and
 - Adds extended information to External Renderers section.

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Drop extraneous length check in newMarkupSanitizer(...)

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Fix plural ELEMENT and ALLOW_ATTR in docs

These were left over from their initial names. Make them singular to
conform with the current expectations.

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
2019-12-07 14:49:04 -05:00
..
api-usage.en-us.md
api-usage.zh-cn.md
ci-cd.en-us.md
config-cheat-sheet.en-us.md Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
config-cheat-sheet.zh-cn.md Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092) 2019-12-06 13:34:54 +08:00
customizing-gitea.en-us.md [Feature] Custom Reactions (#8886) 2019-12-01 17:57:24 -05:00
customizing-gitea.zh-cn.md
external-renderers.en-us.md Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
hacking-on-gitea.en-us.md Add Node.js build dep, remove built js/css files (#9114) 2019-12-05 11:41:38 +08:00
hacking-on-gitea.zh-cn.md
logging-documentation.en-us.md
mail-templates-us.md
make.en-us.md
make.fr-fr.md
make.zh-cn.md
migrations.en-us.md
oauth2-provider.md Add oauth2 documentation (#6604) 2019-04-14 10:42:11 +02:00
repo-indexer.en-us.md
signing.en-us.md
specific-variables.en-us.md
specific-variables.zh-cn.md
third-party-tools.en-us.md
third-party-tools.zh-cn.md