1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2024-03-22 10:31:56 -03:00
parent 71f3273aee
commit 900639241f

View file

@ -31,7 +31,7 @@ $basicValidStyles = 'a{role|href|target|data-toggle|data-parent|data-dismiss|ari
'p{class|style};';
// Allowing all attributes, CSS, and tags
$extendedValidElements = '';
$extendedValidElements = '*[*]';
$extendedValidStyles = '';