mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 16:45:55 +03:00
[GH-ISSUE #417] filling the log with /favicon.{ico,png} 404 #307
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ThomasWaldmann on GitHub (Apr 9, 2019).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/417
seeing multiple log entries from same IP at same time requesting these resulting in a 404.
check if we link to that URL somewhere or if it is implicit like old browsers did.
handle the URL, so no 404 is logged.
@elnappo commented on GitHub (Apr 9, 2019):
Browsers are requesting these files per default, with our new logo we should add a favicon :)
@ThomasWaldmann commented on GitHub (Apr 9, 2019):
don't we have some head tag that points this to a specific location in the static files?
@ThomasWaldmann commented on GitHub (Apr 9, 2019):
we do:
@elnappo commented on GitHub (Apr 10, 2019):
It seems like not all browsers are respecting this property. I also see
/favicon.icorequests in logfiles while providing a link to/favicon.svg. I guess adding a/favicon.icoshould "fix" this problem.@ThomasWaldmann commented on GitHub (Apr 15, 2019):
did an alias on nginx level, so the requests don't get through to the wsgi app.