You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is correct... but since the spaces are not taken into account when injecting, the element's tag name is merged with attribute name, resulting in a tag name followed by a = breaking html injection 🫠
The text was updated successfully, but these errors were encountered:
There is bug, with
html
parsing, when anattribute directive
is used as the first attribute in anhtml element
.also see Laravel Nova Extension#11
Resulting tree output:
This is correct... but since the spaces are not taken into account when injecting, the
element
'stag name
is merged withattribute name
, resulting in atag name
followed by a=
breakinghtml
injection 🫠The text was updated successfully, but these errors were encountered: