English 中文(简体)
由于安全原因,不允许进行隔 。
原标题:For security reasons, framing is not allowed

为了建立我的第一份财务执行情况评估,我尝试使用不同的购买力平价实例代码,但出于某种原因,在我试图查阅时,我总是拿到 Java窗的话说<代码>。 出于安全原因,不允许制定。 我在服务器上配备了SSL,在我的服务器上安装了另一个没有使用<代码>的FB服务器。 FB SDK正在做罚款。 没有人有什么想法?

问题回答

如果你试图在一定范围内公布这一错误,你就会在StackOverflow上发现同样的错误。 这是出于安全考虑,因为这是朝着点击一个地点迈出的第一步。 See this Coding Horror blog post , for a full interpret.

TL;DR; Don t frame external sites...including FB which is in a different space than your server.





相关问题
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 ...

热门标签