mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Updated redirect
This commit is contained in:
parent
03c1ba6940
commit
0c4384490a
@ -499,7 +499,10 @@ class UserController extends Controller
|
||||
|
||||
Link::where('id', $linkId)->increment('click_number', 1);
|
||||
|
||||
return redirect()->away($link);
|
||||
$response = redirect()->away($link);
|
||||
$response->header('X-Robots-Tag', 'noindex, nofollow');
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
||||
//Download Vcard
|
||||
|
Loading…
x
Reference in New Issue
Block a user