Applications/Internet/Cyberia: New tab defaults to blank page
This commit is contained in:
parent
a3223599fe
commit
2f403aaff9
2 changed files with 36 additions and 13 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue