mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 08:11:50 +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
@ -810,7 +810,7 @@ export function applyDefaultHandlers(pretender) {
|
||||
200,
|
||||
{ "Content-Type": "application/html" },
|
||||
`
|
||||
<aside class="onebox whitelistedgeneric">
|
||||
<aside class="onebox allowlistedgeneric">
|
||||
<header class="source">
|
||||
<a href="http://test.com/somepage" target="_blank">test.com</a>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user