Applications/Internet/Cyberia: New tab defaults to blank page

This commit is contained in:
Alec Murphy 2025-05-08 11:34:49 -04:00
parent a3223599fe
commit 2f403aaff9
2 changed files with 36 additions and 13 deletions

View file

@ -2061,7 +2061,7 @@ Context2D* @process_favicon(Context2D* tmpctx)
Context2D* @favicon_for_page(HtmlRenderer* renderer)
{
if (!renderer)
if (!renderer || !StrICmp(renderer->current_url->host, "127.0.0.255"))
return DEFAULT_FAVICON;
U8 status_text_buffer[HTML_WORK_BUFFER_SIZE];