Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 22, 2024
1 parent 1b259a4 commit c99afac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oneserver/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ http {
"~^POST:/elections/api/election/(\d+)/voter/" 0;
"~^GET:/iam/api/(legal/|auth-event/(\d+)/?)" 0;
"~^POST:/iam/api/auth-event/(\d+)/(register|authenticate|resend_auth_code|ping)" 0;
"~^GET:/iam/api/auth-event/([-\w]+)/live-preview/" 0;
"~^GET:/iam/api/auth-event/([-\w]+)/live-preview" 0;
}

# Hardening
Expand Down

0 comments on commit c99afac

Please sign in to comment.