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 c99afac commit 68e9c3b
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 @@ -134,10 +134,10 @@ http {
default 1;
"~^GET:/elections/api/(authorities|election/(\d+)(|/results|/hash/))" 0;
"~^GET:/elections/public/\d+/\d+.tar" 0;
"~^GET:/iam/api/auth-event/([-\w]+)/live-preview$" 0;
"~^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;
}

# Hardening
Expand Down

0 comments on commit 68e9c3b

Please sign in to comment.