Committer: sbelyaev
LJSUP-13199: Ability to use JSON RPC from l-statU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-08-08 12:26:59 UTC (rev 22601) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-08-08 12:40:36 UTC (rev 22602) @@ -386,6 +386,7 @@ ($host eq "stat.$LJ::DOMAIN" and LJ::Request->uri !~ /\.bml$/ ## BML is allowed on stat. domain and LJ::Request->uri !~ m|/palimg/| ## PaletteModify actions are processed by other handler + and LJ::Request->uri !~ m|^/__api/?| ) or ($LJ::IS_SSL and LJ::Request->unparsed_uri =~ /\?\?/) ){