You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-07 23:32:55 +02:00
Security processing options
This commit is contained in:
@@ -295,7 +295,7 @@ func handleProcessing(reqID string, rw http.ResponseWriter, r *http.Request) {
|
||||
checkErr(ctx, "download", err)
|
||||
}
|
||||
|
||||
return imagedata.Download(imageURL, "source image", imgRequestHeader, cookieJar)
|
||||
return imagedata.Download(imageURL, "source image", imgRequestHeader, cookieJar, po.SecurityOptions)
|
||||
}()
|
||||
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user