You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/docs/content/doc/advanced
Alexander Scheel 1bf9e44bda
Fix sanitizer config - multiple rules (#11133)
In #9888, it was reported that my earlier pull request #9075 didn't quite function as expected. I was quite hopeful the `ValuesWithShadow()` worked as expected (and, I thought my testing showed it did) but I guess not. @zeripath proposed an alternative syntax which I like:

```ini
[markup.sanitizer.1]
ELEMENT=a
ALLOW_ATTR=target
REGEXP=something
[markup.sanitizer.2]
ELEMENT=a
ALLOW_ATTR=target
REGEXP=something
```

This was quite easy to adopt into the existing code. I've done so in a semi-backwards-compatible manner:

 - The value from `.Value()` is used for each element.
 - We parse `[markup.sanitizer]` and all `[markup.sanitizer.*]` sections and add them as rules.

This means that existing configs will load one rule (not all rules). It also means people can use string identifiers (`[markup.sanitiser.KaTeX]`) if they prefer, instead of numbered ones.

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
..
adding-legal-pages.en-us.md Add Privacy Policy and Terms of Service Page (#9513) 5 years ago
api-usage.en-us.md DOCS: add mention of swagger api reference (#8452) 5 years ago
api-usage.zh-cn.md Adapt documentation to renamed ENABLE_SWAGGER option (#5811) 6 years ago
ci-cd.en-us.md Add notice for awesome-gitea (#10612) 5 years ago
cmd-embedded.en-us.md Add note about which version embedded tool is implemented (#10255) 5 years ago
config-cheat-sheet.en-us.md Fix sanitizer config - multiple rules (#11133) 5 years ago
config-cheat-sheet.zh-cn.md Replace references to cron.update_migration_post_id with cron.update_migration_poster_id in docs (#11068) 5 years ago
customizing-gitea.en-us.md Add documentation to display STL preview (#11181) 5 years ago
customizing-gitea.zh-cn.md Fix translation errors in doc advanced part (zh-cn) (#5112) 6 years ago
external-renderers.en-us.md Fix sanitizer config - multiple rules (#11133) 5 years ago
hacking-on-gitea.en-us.md add 'make watch-frontend' and expand docs (#10931) 5 years ago
hacking-on-gitea.zh-cn.md ZH-CN translation of Advanced part (#5090) 6 years ago
logging-documentation.en-us.md Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 5 years ago
mail-templates-us.md Add review comments to mail notifications (#8996) 5 years ago
make.en-us.md General documentation cleanup (#3317) 7 years ago
make.fr-fr.md General documentation cleanup (#3317) 7 years ago
make.zh-cn.md ZH-CN translation of Advanced part (#5090) 6 years ago
migrations.en-us.md update (#10079) 5 years ago
oauth2-provider.md Add oauth2 documentation (#6604) 6 years ago
repo-indexer.en-us.md Add detected file language to code search (#10256) 5 years ago
search-engines-indexation.en-us.md More extensive robots.txt docs (#9566) 5 years ago
signing.en-us.md Re-order GPG signing docs and fix code blocks (#10349) 5 years ago
specific-variables.en-us.md Copyedit docs (#6275) 6 years ago
specific-variables.zh-cn.md ZH-CN translation of Advanced part (#5090) 6 years ago
third-party-tools.en-us.md Add notice for awesome-gitea (#10612) 5 years ago
third-party-tools.zh-cn.md Create third-party-tools.zh-cn.md (#6303) 5 years ago