You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Fix Line Processor response format documentation (#65)
The Line Processor does NOT accept simple text 'allow' or 'deny'.
It accepts:
- 'true' / 'false' (boolean strings)
- JSON objects with allow/deny_message
- Any other text is treated as deny with that text as the message
0 commit comments