gpt4 book ai didi

google-maps - 使用 Google map 的混合内容

转载 作者:行者123 更新时间:2023-12-02 05:35:47 24 4
gpt4 key购买 nike

我使用 gmaps 在我的网站中显示 map 。

我的代码

<div class="col-md-12" >
<script type="text/javascript" content="zk.googleAPIkey='***MyKey***'" />
<gmaps id="gmaps" zoom="${initialZoom}" lat="${initialLatitude}" lng="${initialLongitude}" width="100%" height="350px" showSmallCtrl="false" >
<gmarker id="marker" content="" visible="${false}" />
</gmaps>
</div>

在我的本地服务器中工作正常,但在我的生产服务器中使用 https 不起作用,并且出现此错误:

异常

zk.wpd:20 Mixed Content: The page at 'https://www.domain.com/' was loaded over HTTPS, but requested an insecure script 'http://www.google.com/jsapi?key=***MyKey***'. This request has been blocked; the content must be served over HTTPS.loadScript @ zk.wpd:20

最佳答案

添加以下内容并解决了我的问题

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/>

在头

关于google-maps - 使用 Google map 的混合内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41131897/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com