Skip to content

Commit

Permalink
Added final authorization allowed domain check to postMultipart
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Jul 31, 2024
1 parent 14fc0d1 commit ec704d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class WebService {
}

addHubUrlPath(headers)
headers."Authorization" = getAuthHeader()
addAuthForAllowedDomains(conn)

if (user) {
headers[grailsApplication.config.app.http.header.userId] = user.userId
Expand Down

0 comments on commit ec704d2

Please sign in to comment.