https://bugzilla.wikimedia.org/show_bug.cgi?id=41584
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com --- Comment #15 from Daniel Friesen <[email protected]> --- Strictly speaking, file:/// is NOT a proto/scheme. file:// is. The extra / is part of the content of the url not the scheme. $wgUrlProtocols[] = "file:///"; shouldn't be used, $wgUrlProtocols[] = "file://"; should. -- 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
