mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:55:44 +08:00
FIX: pretty text allow list (#10977)
Reword whitelist to allowlist in pretty-text. This library is used by plugins so we need deprecation notice.
This commit is contained in:

committed by
GitHub

parent
632942e697
commit
dbec3792b7
@ -17,7 +17,7 @@ const rule = {
|
||||
};
|
||||
|
||||
export function setup(helper) {
|
||||
helper.whiteList([
|
||||
helper.allowList([
|
||||
"summary",
|
||||
"summary[title]",
|
||||
"details",
|
||||
|
Reference in New Issue
Block a user