|
|
|
|
76
|
// If true - all users without token will be considered guests and all users
|
76
|
// If true - all users without token will be considered guests and all users
|
77
|
// with token will be considered non-guests. Only guests will be allowed to
|
77
|
// with token will be considered non-guests. Only guests will be allowed to
|
78
|
// edit their profile.
|
78
|
// edit their profile.
|
79
|
- enableUserRolesBasedOnToken: false
|
|
|
|
|
79
|
+ enableUserRolesBasedOnToken: false,
|
|
|
80
|
+ // Suspending video might cause problems with audio playback. Disabling until these are fixed.
|
|
|
81
|
+ disableSuspendVideo: true
|
80
|
};
|
82
|
};
|