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.
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 | |
---|---|---|
.. | ||
analyze | 5 years ago | |
auth | 5 years ago | |
avatar | 6 years ago | |
base | 5 years ago | |
cache | 5 years ago | |
charset | 5 years ago | |
context | 5 years ago | |
convert | 5 years ago | |
cron | 5 years ago | |
emoji | 5 years ago | |
generate | 5 years ago | |
git | 5 years ago | |
gitgraph | 5 years ago | |
graceful | 5 years ago | |
highlight | 6 years ago | |
httplib | 6 years ago | |
indexer | 5 years ago | |
lfs | 5 years ago | |
log | 5 years ago | |
markup | 5 years ago | |
metrics | 6 years ago | |
migrations | 5 years ago | |
notification | 5 years ago | |
options | 5 years ago | |
password | 5 years ago | |
pprof | 6 years ago | |
private | 5 years ago | |
process | 5 years ago | |
public | 5 years ago | |
queue | 5 years ago | |
recaptcha | 5 years ago | |
references | 5 years ago | |
repofiles | 5 years ago | |
repository | 5 years ago | |
secret | 6 years ago | |
session | 6 years ago | |
setting | 5 years ago | |
ssh | 5 years ago | |
structs | 5 years ago | |
sync | 5 years ago | |
task | 5 years ago | |
templates | 5 years ago | |
test | 5 years ago | |
timeutil | 6 years ago | |
upload | 6 years ago | |
user | 5 years ago | |
util | 5 years ago | |
validation | 5 years ago | |
webhook | 5 years ago |