Explorar o código

Updated documentation of the "accept_content" setting. (#4658)

Felipe Godói Rosário %!s(int64=7) %!d(string=hai) anos
pai
achega
adbc2e48c8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      docs/userguide/configuration.rst

+ 3 - 2
docs/userguide/configuration.rst

@@ -182,8 +182,9 @@ A white-list of content-types/serializers to allow.
 If a message is received that's not in this list then
 the message will be discarded with an error.
 
-By default any content type is enabled, including pickle and yaml,
-so make sure untrusted parties don't have access to your broker.
+By default only json is enabled but any content type can be added,
+including pickle and yaml; when this is the case make sure
+untrusted parties don't have access to your broker.
 See :ref:`guide-security` for more.
 
 Example::