-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Is there a way to disable downloads from coder-server? #7269
Unanswered
chandel-nikhil
asked this question in
Q&A
-
Is there any way to disable download from coder-server?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
https://github.com/coder/code-server/blob/main/docs/FAQ.md#how-do-i-disable-file-download
You can pass the flag --disable-file-downloads to code-server
There is also a corresponding environment variable if you would rather use that (CS_DISABLE_FILE_DOWNLOADS=1).
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment