From 5ee5505b0dc119bd307d8ef29ced5a543ec4c114 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sat, 7 May 2022 17:38:49 +0200 Subject: [PATCH] =?UTF-8?q?Added=C2=A0noopener,=20noreferrer,=20nofollow?= =?UTF-8?q?=20to=20user=20generated=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added noopener, noreferrer and nofollow to user generated links to prevent users abusing the link system for malicious purposes. Also, this is the 400th commit 🎉 --- resources/views/littlelink.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index b088892..ee9c800 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -196,18 +196,18 @@ function get_operating_system() { @foreach($links as $link) @php $linkName = str_replace('default ','',$link->name) @endphp @if($link->button_id === 0) -