So I've been looking for a way to block any request to fonts.gstatic.com since it's not allowed in Germany. I'm using Vue 2 with Vue recaptcha
I've found this: https://stackoverflow.com/a/35993046/8590102 but unfortunately it's not working since I don't have any element.href in my head element. The only thing is:
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer> </script>
Is there any other way I can stop any request to the google api?