my site is hosted in lunarpage and it geting hacked in from few month.
i have done all things some of site saying (changing password like).
finally 2 weeks ago i have blocked ... |
we have our site integrated as an iframe into another site that runs on a different domain. It seems that we cannot set cookies. Has anybody encountered this issue before? Any ... |
I notice that when I try to access Stackoverflow through the reddit toolbar, I get a popup that says "For security reasons, framing is not allowed". See here ... |
I would like to use eWay (http://eway.com.au) as payment gateway but the problem is it doesn't allow much customization on their hosted page. I would like to display products ... |
From what I understand document.cookie only gets your cookies for the current site you are on. Would it be possible for a malicious site to get around this by using ... |
Facebook and others offer little iframe snipplets that I can put in my site.
Example:
<iframe src="http://www.facebook.com/widgets/like.php?href=http://example.com"
scrolling="no" frameborder="0"
...
|
Our application makes use of various tracking pixels and the way the information is sent to the third party tracker is by using the IMAGE tag and appending the information at ... |
|
The other day I discovered that iexplorer is not accepting cookies from an iframe unless the iframe provides P3P authorization. At first, I was like "WTF?", but today I was wondering ... |
In this 2003 blog post, Mark Pilgrim suggests that iframe tags are dangerous, and should be stripped as a component of HTML sanitization:
http://diveintomark.org/archives/2003/06/12/how_to_consume_rss_safely
In what ways can an iframe tag ... |
I have a situation where an ActiveX control is loaded into an iframe on a parent html page, and accessed by a child page.
In production, this ActiveX control isn't being loaded ... |
I'm uploading a file to my server by setting my form target to an invisible iFrame on the page. The iFrame is created and dropped(by setting a timeout) in the upload ... |
I'm migrating from one version of a web client to a newer version running on the same machine.
The web client will be primarily used on an internal LAN interface but there ... |
Could you help me understand Chrome implementation of HTML5 iframe sandbox attributes allow-same-origin and allow-top-navigation?
First question:
For example when i test allow-same-origin I do:
<iframe id='frm' src="file.html" sandbox="allow-same-origin"></iframe>
... ...
|
I was shopping online and at the time of payment, a login dialog from my bank appears in an iframe, I filled my details and the the online shop page let ... |
Why are iframes considered dangerous and a security risk? Can someone describe an example of a case where it can be used maliciously?
|
I am the creator of http://labcss.net, and I have a security issue I need to solve. labcss is similar to jsFiddle, only jsFiddle execute their Javascript code in a ... |
I have a Widget that I created and I am embedding it on other websites using an iFrame. What I want to do is make sure no one can view ... |