mirror of https://github.com/go-gitea/gitea.git
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.
1bf9e44bda
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 | |
---|---|---|
.. | ||
advanced | 5 years ago | |
features | 5 years ago | |
help | 5 years ago | |
installation | 5 years ago | |
upgrade | 5 years ago | |
usage | 5 years ago | |
advanced.en-us.md | ||
advanced.fr-fr.md | 7 years ago | |
advanced.zh-cn.md | ||
features.en-us.md | ||
features.zh-cn.md | ||
features.zh-tw.md | ||
help.en-us.md | 5 years ago | |
help.fr-fr.md | 5 years ago | |
help.zh-cn.md | 5 years ago | |
help.zh-tw.md | 5 years ago | |
installation.en-us.md | ||
installation.fr-fr.md | 7 years ago | |
installation.zh-cn.md | ||
installation.zh-tw.md | ||
upgrade.en-us.md | ||
upgrade.fr-fr.md | 7 years ago | |
upgrade.zh-cn.md | ||
upgrade.zh-tw.md | ||
usage.en-us.md | ||
usage.zh-cn.md | 6 years ago |