Map over https: Chrome complains about script from unauthenticated sources

Issue #7 resolved
Stefan Steinheimer created an issue

I assume it's talking about these:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>

Comments (2)

  1. Riot

    Map shouldn't really get served over https anyway, as it's a waste of cpu power and bandwidth - it should redirect to http. I'll see about getting a mod rewrite rule for that.

  2. Log in to comment