mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
ignore favicon 404s
This commit is contained in:
parent
d69651ecda
commit
f29f79e04c
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ import (
|
||||||
|
|
||||||
var noisyPaths = map[string]bool{
|
var noisyPaths = map[string]bool{
|
||||||
"/.well-known/appspecific/com.chrome.devtools.json": true,
|
"/.well-known/appspecific/com.chrome.devtools.json": true,
|
||||||
"/health": true,
|
"/health": true,
|
||||||
|
"/favicon.ico": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func authMiddleware(apiKey string) func(http.Handler) http.Handler {
|
func authMiddleware(apiKey string) func(http.Handler) http.Handler {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue