mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Proxify images in API responses
This commit is contained in:
parent
206be5ba15
commit
3f14d08095
12 changed files with 146 additions and 19 deletions
|
@ -143,7 +143,8 @@ func (m *middleware) isPublicRoute(r *http.Request) bool {
|
|||
"robots",
|
||||
"sharedEntry",
|
||||
"healthcheck",
|
||||
"offline":
|
||||
"offline",
|
||||
"proxy":
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue