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

darklama <darkl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #15 from darklama <darkl...@gmail.com> 2011-02-12 01:38:44 UTC ---
r82000 seems to demonstrate a problem with not doing any sanity checks. How
about enforcing some consistency with javascript loading instead by assuming
when a relative url is passed it always refers to a page name on the wiki?

E.g remap:

@import url("MediaWiki:Page 1.css");

to:

@import
url("/w/index.php?title=MediaWiki:Page_1.css&action=raw&ctype=text/css");

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to