https://bugzilla.wikimedia.org/show_bug.cgi?id=30734

       Web browser: ---
             Bug #: 30734
           Summary: Commons Vector.js loads WikiMiniAtlas over http when
                    visiting https://commons
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: SSL related
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Not strictly in the scope of this tracker, I know, but putting this in as a
TODO for myself.

On [[commons:MediaWiki:Vector.js]] (and possibly elsewhere), this:

var metaBase = 'http://meta.wikimedia.org';
if ( mw.config.get( 'wgServer' ) == 'https://secure.wikimedia.org' ) {
 var metaBase = 'https://secure.wikimedia.org/wikipedia/meta';
}

needs to be changed to just

var metaBase = '//meta.wikimedia.org';

after we deploy HTTPS to meta.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to