openchat openchat osschat

Safer Search Result Links

Security Frontend

This release hardens how search result links are displayed, reducing the risk of being sent to unsafe or deceptive URLs.

Security updates for search links

Search result URLs are now checked to ensure they use safe web schemes, specifically http and https, before being shown as clickable links.

If a result contains an invalid URL or uses a disallowed scheme such as javascript: or data:, it will render as plain text instead of a link. This helps protect against XSS and phishing attempts coming from untrusted search results.