From: Nimrod <87605179+Panther-12@users.noreply.github.com> Date: Thu, 14 Jul 2022 19:22:29 +0000 (+0300) Subject: Add warning to not run blackd publicly in docs (#3167) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8900e3ac8a8f610d4c1b3fbe7bdf4f0358efc28d?hp=4f0532d6f0d030799223453195069a282e111c8b Add warning to not run blackd publicly in docs (#3167) Co-authored-by: Jelle Zijlstra --- diff --git a/docs/usage_and_configuration/black_as_a_server.md b/docs/usage_and_configuration/black_as_a_server.md index 7d07e94..fc9d1ca 100644 --- a/docs/usage_and_configuration/black_as_a_server.md +++ b/docs/usage_and_configuration/black_as_a_server.md @@ -4,6 +4,11 @@ protocol. The main benefit of using it is to avoid the cost of starting up a new _Black_ process every time you want to blacken a file. +```{warning} +`blackd` should not be run as a publicly accessible server as there are no security +precautions in place to prevent abuse. **It is intended for local use only**. +``` + ## Usage `blackd` is not packaged alongside _Black_ by default because it has additional