andy wrote in changelog

[livejournal] r18200: LJINT-362 (Comments for side projects)

Committer: ailyin
LJINT-362 (Comments for side projects)
U   trunk/htdocs/identity/callback-openid.bml
Modified: trunk/htdocs/identity/callback-openid.bml
===================================================================
--- trunk/htdocs/identity/callback-openid.bml	2011-02-03 09:47:43 UTC (rev 18199)
+++ trunk/htdocs/identity/callback-openid.bml	2011-02-03 10:13:27 UTC (rev 18200)
@@ -60,6 +60,11 @@
         $sess_opts->{'exptype'} = "long";
     }
 
+    # send out a P3P header thing so as to work around IE's
+    # unwillingness to receive our cookies while we're in an iframe
+    # affects the partner sites authorization
+    LJ::Session->allow_login_from_iframe;
+
     $u->make_login_session($sess_opts->{'exptype'}, $sess_opts->{'ipfixed'});
     LJ::set_remote($u);