Skip to content

Commit

Permalink
Issue #6465: Remove instance of "white-listed".
Browse files Browse the repository at this point in the history
  • Loading branch information
klonos committed Apr 25, 2024
1 parent 6dc6b2f commit a07bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/includes/common.inc
Expand Up @@ -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:
Expand Down

0 comments on commit a07bea1

Please sign in to comment.