Commit Graph

1 Commits (b4f54cea53c920865ff35c8812cbcb3fe7efe52c)

Author SHA1 Message Date
Mohammed Al Sahaf b4f54cea53
caddyhttp: fix randString sameCase dictionary to match its docs
The doc comment says randString excludes confusing characters like
I, l, 1, 0, O. When sameCase is true, uppercase letters and the
characters l and o should be excluded. But the sameCase dictionary
still contained '0'. Drop it.

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
2026-08-30 18:45:23 +03:00