Https 无法在Safari 9中通过http加载条带

Https 无法在Safari 9中通过http加载条带,https,stripe-payments,Https,Stripe Payments,尝试通过http加载Stripe.js会导致以下错误: Blocked a frame with origin "http://localhost.dev:8080" from accessing a frame with origin "https://js.stripe.com". The frame requesting access has a protocol of "about", the frame being accessed has a protocol of "htt

尝试通过http加载Stripe.js会导致以下错误:

Blocked a frame with origin "http://localhost.dev:8080" 
from accessing a frame with origin "https://js.stripe.com".  
The frame requesting access has a protocol of "about", 
the frame being accessed has a protocol of "https". 
Protocols must match.
最简单的脚本:

<!DOCTYPE html>
<html lang="en">
 <body>
  <script type="text/javascript" src="https://js.stripe.com/v2/">   </script>
 </body>
</html>


这在Chrome/FF中不会发生-仅限Safari 9。这是一个已知的问题/变更,是否有解决方法?这是关于什么的?好的。是LiveReload服务器运行导致了干扰。把问题留着,以防万一