Committer: wisest-owl
LJSUP-11615. Add gzip enable for jsonU trunk/cgi-bin/ljdefaults.pl
Modified: trunk/cgi-bin/ljdefaults.pl =================================================================== --- trunk/cgi-bin/ljdefaults.pl 2012-06-09 09:18:31 UTC (rev 22219) +++ trunk/cgi-bin/ljdefaults.pl 2012-06-09 11:16:05 UTC (rev 22220) @@ -152,6 +152,7 @@ 'application/xml' => 1, # XHTML 1.1 "may" be this 'application/xhtml+xml' => 1, # XHTML 1.1 "should" be this 'application/rdf+xml' => 1, # FOAF should be this + 'application/json' => 1, ) unless %LJ::GZIP_OKAY; # maximum FOAF friends to return (so the server doesn't get overloaded)