Skip to content

Commit

Permalink
chore(revproxy): enable proxy to wts agg authz (#2007)
Browse files Browse the repository at this point in the history
Co-authored-by: John McCann <johnmccann@uchicago.edu>
  • Loading branch information
nss10 and johnfrancismccann authored Sep 19, 2022
1 parent d3849a4 commit 1ef7ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ location = /gen3-authz {
# authorization endpoint
# https://hostname/authz?resource=programs/blah&method=acb&service=xyz
#
location ~ /authz/? {
location = /authz {
if ($csrf_check !~ ^ok-\S.+$) {
return 403 "failed csrf check";
}
Expand Down

0 comments on commit 1ef7ea3

Please sign in to comment.