mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
The browser does not load the favicon.ico #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gamodeur on GitHub (Jul 25, 2022).
Originally assigned to: @qdm12 on GitHub.
Is this urgent: No
The browser does not load the favicon.ico
According to my research it comes from the "/" in the html code

If this could be fixed it would be cool for my favorites bar 😊
@qdm12 commented on GitHub (Jun 16, 2023):
Sorry for the 1 year delay almost 😸
Done in
a5e49eb866@qdm12 commented on GitHub (Feb 4, 2024):
The Go code needs to serve an embedded favicon.ico on the /favicon.ico route, which is not the case for now.
@hugalafutro commented on GitHub (Feb 11, 2024):
I returned to using ddns-updater after the integrated ddns thingy on router started crapping itself recently and noticed there ain't no favicon, but I could've sworn there was one when I used it before, the little blue gopher holding something iirc.
@qdm12 commented on GitHub (Jun 15, 2024):
Fixed with
b70a91582c