From 930791d2497551a86393eb8a090bb710e466aa9a Mon Sep 17 00:00:00 2001 From: Toby Cm <62174797+tobycm@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:00:42 -0800 Subject: [PATCH] Added how to disable file downloads in faq (#5907) --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 862f25018..a7633cda4 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -33,6 +33,7 @@ - [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server) - [How do I change the port?](#how-do-i-change-the-port) - [How do I hide the coder/coder promotion in Help: Getting Started?](#how-do-i-hide-the-codercoder-promotion-in-help-getting-started) +- [How do I disable file download?](#how-do-i-disable-file-download) @@ -425,3 +426,7 @@ There are two ways to change the port on which code-server runs: You can pass the flag `--disable-getting-started-override` to `code-server` or you can set the environment variable `CS_DISABLE_GETTING_STARTED_OVERRIDE=1` or `CS_DISABLE_GETTING_STARTED_OVERRIDE=true`. + +## How do I disable file download? + +You can pass the flag `--disable-file-downloads` to `code-server`