https://bugzilla.wikimedia.org/show_bug.cgi?id=30294
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID Summary|@import is not working with |CSS @import should support |relative urls on CSS files |relative urls --- Comment #2 from Krinkle <[email protected]> 2011-08-09 16:26:24 UTC --- Relative URLs are supported just fine by @import, the problem is that that directly (/w) doesn't exist in that location on the secure server. This is one of the many annoying issues with the current secure server configuration. There's currently two projects going on related to this that will make this problem obsolete: * Protocol-relative url support in MediaWiki (ie. //en.wikipedia.org/wiki/Foo, without http or https) * HTTPS for all Wikimedia wikis, natively (ie. https://en.wikipedia.org/ ) Once that is done, @import will also work fine as both secure and non-secure will be the same domain name. Closing as INVALID as this is a problem with the secure server. ResourceLoader and @import are doing just fine. -- 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
