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
SSE connection handler no longer accumulates orphaned connections in memory after unexpected disconnects, preventing server memory use from growing unboundedly over time.
Cache & Blocked tab domain search now validates input against RFC 1035 label constraints (max 253 octets, labels ≤63 octets, no leading/trailing/consecutive dots, no leading/trailing hyphens, at least one dot required) and performs checks on the raw input before normalization strips dot characters, ensuring malformed domains are rejected rather than silently sanitised.