karser / KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony
MIT License
158 stars 21 forks source link

Attribute `type` added for `script` tag #30

Closed UstinovV closed 3 years ago

karser commented 3 years ago

Now I see the idea. But not fully following why. Vue.js requires every script to have the type specified. Sure, why not just hardcode type=text/javascript?. What types can be other than text/javascript?

UstinovV commented 3 years ago

Well, that was my first thought, but I desided to make it more flexible, just in case. I can change it to hardcode

karser commented 3 years ago

Thank you @UstinovV for your PR!