[livejournal] r19592: LJSUP-9334: New auth system for external...
Committer: amyshkin
LJSUP-9334: New auth system for external domains (livejournal.sg)U trunk/cgi-bin/LJ/Session.pm
Modified: trunk/cgi-bin/LJ/Session.pm
===================================================================
--- trunk/cgi-bin/LJ/Session.pm 2011-08-04 06:56:45 UTC (rev 19591)
+++ trunk/cgi-bin/LJ/Session.pm 2011-08-04 07:00:43 UTC (rev 19592)
@@ -463,9 +463,6 @@
return;
}
- # check if $dest is our domain
- return unless LJ::User->new_from_url($dest);
-
my $domcook = LJ::Session->domain_cookie($dest) or
return;
@@ -491,6 +488,7 @@
. "&v=" . LJ::eurl($cookie)
if exists $LJ::DOMAIN_JOURNALS_REVERSE{$1};
}
+
return;
}
