Skip to content

Commit 28c6838

Browse files
committed
Changed Google references to https
Currently, the Google references are not loaded on https://ipython.org when browsers have mixed content protection enabled
1 parent b5e2995 commit 28c6838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

searchresults.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Search results
77
.. raw:: html
88

99
<div id="cse" style="width: 100%;">Loading</div>
10-
<script src="http://www.google.co.uk/jsapi" type="text/javascript"></script>
10+
<script src="https://www.google.co.uk/jsapi" type="text/javascript"></script>
1111
<script type="text/javascript">
1212
function parseQueryFromUrl () {
1313
var queryParamName = "q";
@@ -33,7 +33,7 @@ Search results
3333
}
3434
}, true);
3535
</script>
36-
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> <style type="text/css">
36+
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" /> <style type="text/css">
3737
.gsc-control-cse {
3838
font-family: Arial, sans-serif;
3939
border-color: #FFFFFF;

0 commit comments

Comments
 (0)