First off, glad it's finally implemented.
Am I off with the syntax? @Bawolff
$wgCSPHeader = [ 'default-src' => [ 'self' ], 'img-src' => [ 'site.com' ], 'style-src' => [ 'site1.com', 'site2.com' ] ];
default-src appears to register, but not img-src nor style-src.