latin: palm graffiti font placeholder
[sheet.git] / source.plp
index 5d445e5658f530539b79108238e0266b6a286a62..f49c8edeea7788e3e5974e857d25d87af5ca74f6 100644 (file)
@@ -13,6 +13,7 @@ if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) {
                $converter->indent->space_after->canonical;
 
                $header{content_type} = 'application/json';
+               $header{'Access-Control-Allow-Origin'} = '*';
                $header{content_type} = 'text/plain' if exists $get{debug};
                print $_, '(' for $get{callback} // ();
                print $converter->encode($data);