File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 33
33
- [ Are there community projects involving code-server?] ( #are-there-community-projects-involving-code-server )
34
34
- [ How do I change the port?] ( #how-do-i-change-the-port )
35
35
- [ 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 )
36
37
37
38
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
38
39
<!-- prettier-ignore-end -->
@@ -425,3 +426,7 @@ There are two ways to change the port on which code-server runs:
425
426
You can pass the flag `--disable-getting-started-override` to `code-server` or
426
427
you can set the environment variable `CS_DISABLE_GETTING_STARTED_OVERRIDE=1` or
427
428
` 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`
You can’t perform that action at this time.
0 commit comments