Language Injection for custom js tags

Hello, I'm using  Splade (SPA)  with laravel  and  it's using custom tags  for js such as 

x-splade-script

 

I added value pattern like this 

<x-splade-script>(.*)</x-splade-script>

 

but I can't select it as I need to add places pattern    to enable the injection rule

how can I do it? 

 

1
3 comments

Hi,

I understand that it may sound weird but I have found out empirically that an XML injection works fine here:

Does it work for you too?

0

Yes it worked  thank you very much I appreciate your help :)

0

Cool, thank you for the update!

0

Please sign in to leave a comment.