Skip to content

Commit 930791d

Browse files
authored
Added how to disable file downloads in faq (#5907)
1 parent 5c21015 commit 930791d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/FAQ.md

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server)
3434
- [How do I change the port?](#how-do-i-change-the-port)
3535
- [How do I hide the coder/coder promotion in Help: Getting Started?](#how-do-i-hide-the-codercoder-promotion-in-help-getting-started)
36+
- [How do I disable file download?](#how-do-i-disable-file-download)
3637

3738
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3839
<!-- prettier-ignore-end -->
@@ -425,3 +426,7 @@ There are two ways to change the port on which code-server runs:
425426
You can pass the flag `--disable-getting-started-override` to `code-server` or
426427
you can set the environment variable `CS_DISABLE_GETTING_STARTED_OVERRIDE=1` or
427428
`CS_DISABLE_GETTING_STARTED_OVERRIDE=true`.
429+
430+
## How do I disable file download?
431+
432+
You can pass the flag `--disable-file-downloads` to `code-server`

0 commit comments

Comments
 (0)