How to remove/disable download button on code server? #5886
Answered
by
jsjoeio
zhouzhou12
asked this question in
Q&A
-
For data security, my organization requires to prohibit downloading files from server. |
Beta Was this translation helpful? Give feedback.
Answered by
jsjoeio
Dec 14, 2022
Replies: 2 comments 2 replies
-
I was surprised we don't have notes in the docs on this. Apologies! Here are the docs for that: --disable-file-downloads Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'. This is a flag you can pass to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jsjoeio
-
How can i use it with the docker? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was surprised we don't have notes in the docs on this. Apologies! Here are the docs for that:
This is a flag you can pass to
code-server
on startup.