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 | |
---|---|---|
.. | ||
cache.go | 5 years ago | |
cors.go | 5 years ago | |
cron.go | 5 years ago | |
database.go | 5 years ago | |
database_sqlite.go | 6 years ago | |
database_test.go | 6 years ago | |
git.go | 5 years ago | |
indexer.go | 5 years ago | |
indexer_test.go | 5 years ago | |
log.go | 5 years ago | |
mailer.go | 6 years ago | |
markup.go | 5 years ago | |
migrations.go | 5 years ago | |
queue.go | 5 years ago | |
repository.go | 5 years ago | |
service.go | 5 years ago | |
session.go | 5 years ago | |
setting.go | 5 years ago | |
task.go | 5 years ago | |
webhook.go | 5 years ago |