1
0
Fork 0
forked from External/ergo
Add optional support for rfc1459 and rfc1459-strict casemappings
This commit is contained in:
Shivaram Lingamneni 2024-05-27 22:10:55 -04:00
parent 5ee32cda1c
commit 7772b55cab
5 changed files with 74 additions and 6 deletions

View file

@ -108,9 +108,10 @@ server:
# the recommended default is 'ascii' (traditional ASCII-only identifiers).
# the other options are 'precis', which allows UTF8 identifiers that are "sane"
# (according to UFC 8265), with additional mitigations for homoglyph attacks,
# and 'permissive', which allows identifiers containing unusual characters like
# 'permissive', which allows identifiers containing unusual characters like
# emoji, at the cost of increased vulnerability to homoglyph attacks and potential
# client compatibility problems. we recommend leaving this value at its default;
# client compatibility problems, and the legacy mappings 'rfc1459' and
# 'rfc1459-strict'. we recommend leaving this value at its default;
# however, note that changing it once the network is already up and running is
# problematic.
casemapping: "ascii"