- ~Mention that the default `__Host` prefix [only works with HTTPS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie), so testing on `HTTP localhost` with production won't work~ - ~Change `<input type="hidden" name="csrf" value=.../>` to `<input type="hidden" name="_csrf" value=.../>` [here](https://oxidizing.github.io/sihl/sihl/index.html#csrf-protection)~ - [ ] Fix the admin UI CSRF name [here](https://github.com/oxidizing/sihl/blob/master/sihl-queue/src/admin_ui.ml#L10) to use the CSRF middleware parameter
Mention that the default__Hostprefix only works with HTTPS, so testing onHTTP localhostwith production won't workChange<input type="hidden" name="csrf" value=.../>to<input type="hidden" name="_csrf" value=.../>here