From a07bea1362b7c9d9fb4c67535ab5508617c19696 Mon Sep 17 00:00:00 2001 From: Greg Netsas Date: Thu, 25 Apr 2024 14:33:21 +1000 Subject: [PATCH] Issue #6465: Remove instance of "white-listed". By @klonos and @stpaultim. --- core/includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/common.inc b/core/includes/common.inc index cbfd64bf16..4ff76626f4 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -2803,7 +2803,7 @@ function backdrop_http_header_attributes(array $attributes = array()) { * * Attribute values are sanitized by running them through check_plain(). * Attribute names are not automatically sanitized. When using user-supplied - * attribute names, it is strongly recommended to allow only white-listed names, + * attribute names, it is strongly recommended to ensure that they are allowed, * since certain attributes carry security risks and can be abused. * * Examples of security aspects when using backdrop_attributes: