r96228 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r96227
|
r96228
|
r96229
>
Date:
14:28, 4 September 2011
Author:
catrope
Status:
ok
Tags:
Comment:
(
bug 30735
) Use protocol-relative URL for geoiplookup. Should not be deployed until
bug 30330
(geoip returns bad data over HTTPS) is fixed.
Modified paths:
/trunk/extensions/CentralNotice/CentralNotice.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CentralNotice/CentralNotice.php
—
—
@@ -196,7 +196,7 @@
197
197
198
198
function efCentralNoticeGeoLoader( $skin, &$text ) {
199
199
// Insert the geo IP lookup
200
- $text .= '<script type="text/javascript" src="http://geoiplookup.wikimedia.org/"></script>';
200
+ $text .= '<script type="text/javascript" src="//geoiplookup.wikimedia.org/"></script>';
201
201
return true;
202
202
}
203
203
Follow-up revisions
Revision
Commit summary
Author
Date
r96360
1.17wmf1: MFT
r96180
,
r96228
,
r96273
,
r96286
catrope
19:11, 6 September 2011
r96485
1.18: MFT protocol-relative URL saga:
r95014
,
r95016
,
r95017
,
r95627
,
r95651
,...
catrope
20:14, 7 September 2011
Status & tagging log
20:24, 7 September 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r96228
[
removed:
1.18]
19:14, 6 September 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r96228
[
removed:
1.17wmf1,httpsdeploy]
04:30, 6 September 2011
😂
(
talk
|
contribs
)
changed the
status
of r96228
[
removed:
new
added:
ok]
14:28, 4 September 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r96228
[
added:
1.17wmf1,httpsdeploy,1.18]