https://bugzilla.wikimedia.org/show_bug.cgi?id=66112
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Matthew Flaschen <[email protected]> --- The bug looks like a browser/crawler bug where it's interpreting data URIs as relative URLs due to not understanding the protocol (and having a weird default for unknown protocols) (In reply to christian from comment #1) > User Agents match '^Mozilla/5\.0 (Windows NT [56]\.' for >98% of requests. Do you know which browsers these actually are? Does it have the MSIE or Trident token? It is a known issue that IE <= 7 (http://caniuse.com/#feat=datauri) does not support data URIs. However, my understanding is that it's supposed to just drop it; I've never heard it would send a bogus request (I could be wrong, though). -- 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
