mirror of
https://github.com/coder/coder.git
synced 2026-06-04 21:48:22 +00:00
86f0f39863
The authz recorder is causing a lot of memory to be allocated, and is a memory leak for websocket connections. This change makes it opt-in on a per request basis (ontop of `isDev`). To get the authz headers, use `Copy as cURL` on chrome and append the header `x-authz-checks=true`.