mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
eyre: use 303 to redirect to login post-logout
This ensures the client sends a GET request, which is more appropriate.
This commit is contained in:
parent
2f83797a07
commit
6e3284feac
@ -1012,7 +1012,7 @@
|
||||
::
|
||||
=/ response=$>(%start http-event:http)
|
||||
:* %start
|
||||
response-header=[307 ['location' '/~/login']~]
|
||||
response-header=[303 ['location' '/~/login']~]
|
||||
data=~
|
||||
complete=%.y
|
||||
==
|
||||
|
Loading…
Reference in New Issue
Block a user