문제

I'm trying to get login working with Google App Engine via an IFRAME. It works fine on Firefox, Chrome, Opera etc. Having a problem with IE, due to the "p3p" issue.

The problem is I can't find a way to add the p3p header for the automatic /_ah/openid_verify?continue=.... request, which is where the cookies are set.

Thanks in advance.

도움이 되었습니까?

해결책

I believe there's nothing you can do at the moment to fix this issue.

The /_ah/ URL path is reserved for features that you typically cannot modify. In this specific case you can't add the P3P headers embedding the "Compact Policy" that IE needs to work.

My suggestions are pretty simple:

  • File a new issue asking for this feature
  • Switch to a self-made OpenId solution (a la Tipfy for example)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top