mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5b7fa78676
Allows adding custom static CSP directives to Coder. Niche use case but makes this easier then creating a reverse proxy that has to replace the header. We want to preserve our directives, so having an append option is preferred to a "replace" option via a reverse proxy. Closes https://github.com/coder/coder/issues/15118