diff --git a/server/server.go b/server/server.go index bff1ee9..032f2dc 100644 --- a/server/server.go +++ b/server/server.go @@ -407,7 +407,9 @@ func (s *Server) Run() { r.HandleFunc("/{action:(?:download|get|inline)}/{token}/{filename}", s.headHandler).Methods("HEAD") r.HandleFunc("/{token}/{filename}", s.previewHandler).MatcherFunc(func(r *http.Request, rm *mux.RouteMatch) (match bool) { - match = false + //match = false + return false + match = false // The file will show a preview page when opening the link in browser directly or // from external link. If the referer url path and current path are the same it will be