0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-20 10:54:32 +01:00
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>
2020-04-29 12:34:59 +01:00
..
adding-legal-pages.en-us.md
api-usage.en-us.md
api-usage.zh-cn.md
ci-cd.en-us.md Add notice for awesome-gitea (#10612) 2020-03-05 11:55:28 +02:00
cmd-embedded.en-us.md
config-cheat-sheet.en-us.md Fix sanitizer config - multiple rules (#11133) 2020-04-29 12:34:59 +01:00
config-cheat-sheet.zh-cn.md Replace references to cron.update_migration_post_id with cron.update_migration_poster_id in docs (#11068) 2020-04-15 02:44:08 +02:00
customizing-gitea.en-us.md Add documentation to display STL preview (#11181) 2020-04-22 20:02:54 +03:00
customizing-gitea.zh-cn.md
external-renderers.en-us.md Fix sanitizer config - multiple rules (#11133) 2020-04-29 12:34:59 +01:00
hacking-on-gitea.en-us.md add 'make watch-frontend' and expand docs (#10931) 2020-04-12 00:50:59 -03: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
repo-indexer.en-us.md
search-engines-indexation.en-us.md
signing.en-us.md
specific-variables.en-us.md
specific-variables.zh-cn.md
third-party-tools.en-us.md Add notice for awesome-gitea (#10612) 2020-03-05 11:55:28 +02:00
third-party-tools.zh-cn.md