mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
Applications/Internet/Cyberia: New tab defaults to blank page
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user