Add Admin Setting - Block anonymous connections (#740)
This commit is contained in:
parent
ef7bf1a319
commit
953428cad5
6 changed files with 54 additions and 2 deletions
|
|
@ -93,6 +93,7 @@ mixin adminoptions
|
|||
+textbox-auto("cs-externaljs", "External Javascript", "Script URL")
|
||||
+rcheckbox-auto("cs-show_public", "List channel publicly")
|
||||
+rcheckbox-auto("cs-torbanned", "Block connections from Tor")
|
||||
+rcheckbox-auto("cs-block_anonymous_users", "Block anonymous users")
|
||||
+rcheckbox-auto("cs-allow_ascii_control", "Allow ASCII control characters (e.g. newlines)")
|
||||
+textbox-auto("cs-playlist_max_per_user", "Maximum # of videos per user")
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue