Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit ca9f171

Browse files
committed
The equal(=) sign is also blacklisted
1 parent 094b5b7 commit ca9f171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logging/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var (
4040
"&": "👻[amp]",
4141
">": "👿[gt]",
4242
"<": "👾[lt]",
43+
"=": "👾[equal]",
4344
"\\u": "🎃[utf]",
4445
"\\f": "🎃[ff]",
4546
"\\b": "🎃[bs]",

0 commit comments

Comments
 (0)