mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +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
@ -893,7 +893,7 @@ QUnit.test("Code Blocks", assert => {
|
||||
assert.cooked(
|
||||
"```eviltrout\nhello\n```",
|
||||
'<pre><code class="lang-auto">hello\n</code></pre>',
|
||||
"it doesn't not whitelist all classes"
|
||||
"it doesn't not allowlist all classes"
|
||||
);
|
||||
|
||||
assert.cooked(
|
||||
|
Reference in New Issue
Block a user