From feeb33d249e912229ed6caead7cbfa56bebd8fd8 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 1 Aug 2024 20:53:21 +0100 Subject: [PATCH] docs: add note about noSniff --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 869d72f..4cf8590 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ prefix: / # Enable or disable debug logging. Default is 'false'. debug: false +# Disable sniffing the files to detect their content type. Default is 'false'. +noSniff: false + # The directory that will be able to be accessed by the users when connecting. # This directory will be used by users unless they have their own 'directory' defined. # Default is '.' (current directory).