|
|
@@ -425,7 +425,7 @@ module.exports = settings =
|
|
|
recaptcha:
|
|
|
disabled:
|
|
|
invite: true
|
|
|
- register: false
|
|
|
+ register: true
|
|
|
|
|
|
customisation: {}
|
|
|
|
|
|
@@ -543,4 +543,4 @@ module.exports = settings =
|
|
|
'table': [ 'border', 'class', 'id', 'style' ]
|
|
|
'td': [ 'colspan', 'rowspan', 'headers' ]
|
|
|
'th': [ 'abbr', 'headers', 'colspan', 'rowspan', 'scope', 'sorted' ]
|
|
|
- 'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|
|
|
+ 'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|