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