mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: use allowlist and blocklist terminology (#10209)
This is a PR of the renaming whitelist to allowlist and blacklist to the blocklist.
This commit is contained in:

committed by
GitHub

parent
5077cf52fd
commit
e0d9232259
@ -592,7 +592,7 @@ class CookedPostProcessor
|
||||
found = false
|
||||
parent = img
|
||||
while parent = parent.parent
|
||||
if parent["class"] && parent["class"].include?("whitelistedgeneric")
|
||||
if parent["class"] && parent["class"].include?("allowlistedgeneric")
|
||||
found = true
|
||||
break
|
||||
end
|
||||
|
Reference in New Issue
Block a user