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

--- Comment #1 from Krinkle <[email protected]> 2011-05-22 10:49:30 UTC ---
403 Forbidden:

http://localhost/SVN/mediawiki/trunk/phase3/index.php/MediaWiki:Geshi.css?usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000


PHP Code (abstracted):

private static function buildHeadItem( $geshi ) {

    // ...

    $title = Title::makeTitle( NS_MEDIAWIKI, 'Geshi.css' );
    $q = "usemsgcache=yes&action=raw&ctype=text/css";
    $css[] = '<style type="text/css">/*<![CDATA[*/';
    $css[] = '@import "' . $title->getLocalUrl( $q ) . '";';
    $css[] = '/*]]>*/';
    $css[] = '</style>';

    return implode( "\n", $css );
}

This is likely not the only extension doing this.

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

Reply via email to