Add spamStopWords to default WebGUI config file, and add upgrade snippet. Fixes bug #11721.
This commit is contained in:
parent
4f02168a44
commit
0cfa3f9edf
3 changed files with 18 additions and 1 deletions
|
|
@ -1076,6 +1076,11 @@
|
|||
# show hidden pages
|
||||
"siteIndex" : {
|
||||
"showHiddenPages" : 0
|
||||
}
|
||||
},
|
||||
|
||||
# An array of SPAM words. Used in the Post and WikiPage to block spam by sending the asset directly
|
||||
# to the trash.
|
||||
"spamStopWords" : [
|
||||
]
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue