我在公司网络下,正在使用下面的Google API调用reCaptcha
<script src="https://recaptcha.net/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>
但不幸的是,在我的一些同事的机器中,此api被重新使用到https://www.gstatic.com/recaptcha/api.js?onload=onloadCallback&render=explicit
显然它已被我的办公室网络阻止。无论如何,是否有阻止这种转发到其他URL的方法?
谢谢!