fix(sec): Add 'rel="noopener"' to external links

Add 'rel="noopener"' attribute to external links for improved security and accessibility.
This commit is contained in:
Rico van Zelst
2024-03-03 17:44:49 +01:00
parent 37bc210923
commit 755fcf9561
5 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
class="z-10 object-cover w-full h-full transition-transform duration-700 transform scale-100 rounded-2xl">
<div class="absolute bottom-0 left-0 p-4">
<a href="{{ $skin->getSkinImageAttribute() }}" target="_blank"
<a href="{{ $skin->getSkinImageAttribute() }}" rel="noopener" target="_blank"
class="p-2 text-base font-bold text-white bg-black bg-opacity-50 rounded-xl">View in
HD</a>
</div>