We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7007 commit ad18c14Copy full SHA for ad18c14
1 file changed
controller/manifest.php
@@ -55,7 +55,7 @@ public function __construct(config $config, language $language, path_helper $pat
55
*/
56
public function handle(): JsonResponse
57
{
58
- if ($this->user->data['is_bot'] || $this->user->data['user_type'] == USER_INACTIVE)
+ if ($this->user->data['is_bot'])
59
60
throw new http_exception(Response::HTTP_FORBIDDEN, 'NO_AUTH_OPERATION');
61
}
0 commit comments