diff --git a/docs/contribution/35-guidelines/10-security.mdx b/docs/contribution/35-guidelines/10-security.mdx index d9fce2e..d2d41c3 100644 --- a/docs/contribution/35-guidelines/10-security.mdx +++ b/docs/contribution/35-guidelines/10-security.mdx @@ -40,7 +40,7 @@ Contributors must ensure that their extensions comply with the recommendations o ### Mandatory Use of TLS -All data transmissions between the extension, the marketplace, and external services must be encrypted. TLS is mandatory and cannot be disabled under any circumstances. +All data transmissions between the extension, the marketplace, and external services must be encrypted. TLS is mandatory and must not be disabled under any circumstances. ### Protection Against Cross-Site Scripting (XSS)