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

--- Comment #16 from Krinkle <[email protected]> 2011-08-14 12:56:31 UTC ---
Did a little research on commonswiki:

1) When loaded through http://commons.wikimedia.org

- The site-css module is loaded through the following url:
http://bits.wikimedia.org/commons.wikimedia.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector

- @import url("/w/index.php
  was expanded to 
  @import url("http://commons.wikimedia.org/w/index.php

2) When loaded through https://secure.wikimedia.org/wikipedia/commons/wiki

- The site-css module is loaded through the following url:
https://secure.wikimedia.org/wikipedia/commons/w/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector

- @import url("/w/index.php
  was expanded to
  @import url("https://secure.wikimedia.org/w/index.php

3) When loaded through the experimental https://commons.wikimedia.org it's the
same as 1)
- site-css from bits
- expanded to http (not https)://commons.wikimedia.org/w/index.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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