mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix missing CSRF token for hardware donation form
This commit is contained in:
parent
6550959861
commit
5788960258
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ $HTTP["request-method"] =~ "GET|POST" {
|
||||||
"^/computer-beantragen/organisation" => "/cgi-bin/form.py",
|
"^/computer-beantragen/organisation" => "/cgi-bin/form.py",
|
||||||
"^/computer-beantragen/privat" => "/cgi-bin/form.py",
|
"^/computer-beantragen/privat" => "/cgi-bin/form.py",
|
||||||
"^/hardware-spenden/organisation" => "/cgi-bin/form.py",
|
"^/hardware-spenden/organisation" => "/cgi-bin/form.py",
|
||||||
"^/hardware-spenden/privat/laptop" => "/cgi-bin/form.py"
|
# Note the actual POST endpoint is /hardware-spenden/privat/laptop, but the
|
||||||
|
# form is served from /hardware-spenden/privat.
|
||||||
|
"^/hardware-spenden/privat" => "/cgi-bin/form.py"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue