Committer: wisest-owl
LJSUP-13824: Site message for unlogged users must be shown by JSU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-10-02 11:15:22 UTC (rev 23028) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-10-02 11:50:46 UTC (rev 23029) @@ -388,6 +388,7 @@ and LJ::Request->uri !~ m|/palimg/| ## PaletteModify actions are processed by other handler and LJ::Request->uri !~ m|^/__api/?| and LJ::Request->uri !~ m|^/__tmpl/| + and LJ::Request->uri !~ m|^$LJ::CDN_SITE_MESSAGE_URL/?| ) or ($LJ::IS_SSL and LJ::Request->unparsed_uri =~ /\?\?/) ){