English 中文(简体)
还有一个因特网探索者,9个精子问题,使用面板
原标题:yet another internet explorer 9 ssl issue with facebook application

I saw so many threads about this but nothing worked so far... So I have my application, and if its accessed without https (such as http://apps.face... if accessed with https:// everything works) explorer goes crazy and a dialog opens at the bottom: only secured content is displayed (what is this). the error prevents the facebook credits dialog from opening, but still allows the friends invite dialog to open... odd...

ie9 ole形形形色色,如:

http://profile.ak.fbcdn.net/hprofile-ak-snc4/211650_610002617_527396"rel=“nofollow”

当时,我发现,在草原阶段之前,我应加上以下线:

FB._https = true;

为此:

FB._https = (window.location.protocol == "https:");

在使用这些方言之后,我仍然发现这些错误:

SCRIPT5: 不准进入。

canvas_proxy.php?version=3, line 89 nature 3月

我确信:

无论是在频道上还是在头部......

然而,遗嘱的辩证打开了大门,但不是面纱。

thanks for reading this, maybe someone got any idea?

问题回答

错误信息:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 6 Dec 2011 20:05:28 UTC


Message: Permission denied
Line: 89
Char: 3
Code: 0
URI: https://s-static.ak.facebook.com/connect/canvas_proxy.php?version=3


Message: Permission denied
Line: 89
Char: 3
Code: 0
URI: https://s-static.ak.facebook.com/connect/canvas_proxy.php?version=3




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签