For security and compliance purposes, Coder site managers may choose to disable the downloading of files from Coder's built-in IDEs:
To do so, update your deployment's workspace template policy to include the following definition:
kubernetes:
env:
policy: append
value:
- key: "CS_DISABLE_FILE_DOWNLOADS"
value: "1"
See an opportunity to improve our docs? Make an edit.