From 1419bcaa331956f8e269f82edc44019c89dbbfc9 Mon Sep 17 00:00:00 2001 From: Toby Cm <62174797+tobycm@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:27:26 -0800 Subject: [PATCH 1/2] Added how to disable file downloads in faq --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 862f25018ec4..8fb3f76a623e 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 downloads?](#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` From 3cc4c3cb00beff76daa7ac871341f5288cad3d3c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 19 Dec 2022 08:34:00 -0700 Subject: [PATCH 2/2] fixup FAQ --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 8fb3f76a623e..a7633cda4504 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -33,7 +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 downloads?](#how-do-i-disable-file-download) +- [How do I disable file download?](#how-do-i-disable-file-download)