fixing xss

This commit is contained in:
2021-06-20 10:17:01 +00:00
parent 1b5088cde7
commit 36a8c92dec
3 changed files with 10 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
@if($video->interpret) Artist: {{ $video->interpret }}<br>@endif
@if($video->songtitle) Songtitle: {{ $video->songtitle }}<br>@endif
@if($video->imgsource) Video Source: {{ $video->imgsource }}<br>@endif
Category: {{ $video->category->name }}