mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
correct specs
This commit is contained in:
@ -13,7 +13,9 @@ const rawOpts = {
|
||||
emoji_set: 'emoji_one',
|
||||
highlighted_languages: 'json|ruby|javascript',
|
||||
default_code_lang: 'auto',
|
||||
censored_pattern: '\\d{3}-\\d{4}|tech\\w*'
|
||||
censored_pattern: '\\d{3}-\\d{4}|tech\\w*',
|
||||
enable_markdown_linkify: true,
|
||||
markdown_linkify_tlds: 'com'
|
||||
},
|
||||
censoredWords: 'shucks|whiz|whizzer|a**le|badword*',
|
||||
getURL: url => url
|
||||
|
Reference in New Issue
Block a user