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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] 2011-03-16 17:21:24 UTC ---
At least for the bookmarklet code the fix should be easy, because currently it
is just checking location.href against the regex:
/^(http):\/\/[A-Za-z]+.(wikipedia.org)/

but it could check for
/^(http):\/\/[a-z0-9\-]+.(wikipedia.org)|https:\/\/secure\.wikimedia\.org\/wikipedia\//i

or something like that. See also the regex used on
http://en.wikipedia.org/wiki/MediaWiki:Common.js/secure.js

-- 
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