]> git.openstreetmap.org Git - osqa.git/commitdiff
Use https for various URLs
authorTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 12:53:06 +0000 (13:53 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 12 May 2015 07:56:36 +0000 (08:56 +0100)
forum/skins/default/templates/base_content.html
forum/skins/default/templates/osqaadmin/djstyle_base.html
forum/skins/default/templates/user.html
forum/skins/default/templates/users/edit.html

index cb19abab1b999451b92c80bd474a85eb3de9f415..e1e506533f5fa8ea2ee5315736f11b0f59f323f2 100644 (file)
@@ -16,7 +16,7 @@
         {% if settings.USE_CUSTOM_CSS|or_preview:request %}
         <link href="{% url "custom_css" %}" rel="stylesheet" type="text/css" />
         {% endif %}
-        <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" />
+        <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" />
         <!--[if IE 6]>
         <style type="text/css">
         img, div, a { behavior: url({% media "/media/iepngfix/iepngfix.htc" %}) }
@@ -24,7 +24,7 @@
         <![endif]-->
         {% block forestyle %}{% endblock %}
 
-        <script src="http://www.google.com/jsapi" type="text/javascript"></script>
+        <script src="https://www.google.com/jsapi" type="text/javascript"></script>
         <script type="text/javascript">
         /*<![CDATA[*/
             google.load("jquery", "1");
index 32a87bc985e1aab890c019f6d0f5952a43c421f3..658c273860e063cc3d3194d18924751d26550cc7 100644 (file)
@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="{% static 'admin/css/changelists.css' %}" type="text/css"/>
     <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="{% static 'admin/css/ie.css' %}" /><![endif]-->
     <link rel="stylesheet" type="text/css" media="screen" href="{% media "/media/style/djstyle_admin.css" %}"/>
-    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
+    <script src="https://www.google.com/jsapi" type="text/javascript"></script>
     <script type="text/javascript">
     //<!--
         google.load("jquery", "1.3");
index 61c63a0d3cb6dac88fb9c9b432153380ea32fe24..2393afe7ffe48e6ab3cb96dfb65f2f54dccb36c3 100644 (file)
@@ -22,7 +22,7 @@
                 $('#user-reputation').animate({ backgroundColor: "transparent" }, 1000);
             }
         </script>
-        <link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" />
+        <link rel="stylesheet" href="https://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" />
         <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
         <link rel="stylesheet" type="text/css" media="screen" href="{% media "/media/style/user.css" %}"/>
     {% endif %}
index c7892160442efe424bc7802a3ae5013714e2d4e2..950c90a9bfb568a0993f1b1514994b8124c45b3b 100644 (file)
@@ -7,7 +7,7 @@
 {% block forejs %}
         <script type="text/javascript">google.load("jquery", "1.4.2");google.load("jqueryui", "1.8.1");</script>
 
-        <link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" />
+        <link rel="stylesheet" href="https://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" />
         <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
 
         <script type="text/javascript">
@@ -42,7 +42,7 @@
             <img src="{% media  "/media/images/nophoto.png" %}">
             {% endif %}
             <div style="padding:20px 0 0 20px;font-weight:bold;font-size:150%">
-                <a href="http://www.gravatar.com/" target="_blank" 
+                <a href="https://www.gravatar.com/" target="_blank" 
                     title="gravatar {% trans "image associated with your email address" %}">{% trans "gravatar" %}</a>
             </div>
         </div>