Skip to content

Commit c6d0719

Browse files
committed
Update link validation
1 parent c7f0d17 commit c6d0719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Api/AccountController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ public function profileLinkStore(Request $request)
803803
return $this->error('You have reached your maximum link limit', 422);
804804
}
805805
$validator = Validator::make($request->all(), [
806-
'url' => 'required|url:https|max:120',
806+
'url' => 'required|active_url:https|max:120',
807807
]);
808808

809809
if ($validator->fails()) {

0 commit comments

Comments
 (0)