Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Problems with iframe cross domain

  • 1 відповідь
  • 3 мають цю проблему
  • 5 переглядів
  • Остання відповідь від cor-el

more options

Hy,

I didn't have any problems with iframe (except on facebook apps developped for security reasons, not the problem).

I change an option on google chrome some days ago: I think it was something like authorize iframe from other domains (a cross-domain so).

Since, any iframe can load even in firefox. I try to find again the option on chrome, but it has disappeared (without update I think) I verified global internet option (windows 7) and check iframe cross domain option, even with this I can't load cross domain iframe, even if I create en html doc with the code: <iframe src="http://www.google.fr" width='100%' height='200px'></iframe>

no option on firefox (aurora by the way updated).

Hy, I didn't have any problems with iframe (except on facebook apps developped for security reasons, not the problem). I change an option on google chrome some days ago: I think it was something like authorize iframe from other domains (a cross-domain so). Since, any iframe can load even in firefox. I try to find again the option on chrome, but it has disappeared (without update I think) I verified global internet option (windows 7) and check iframe cross domain option, even with this I can't load cross domain iframe, even if I create en html doc with the code: <iframe src="http://www.google.fr" width='100%' height='200px'></iframe> no option on firefox (aurora by the way updated).

Усі відповіді (1)

more options

Note that pages that send a X-Frame-Options: SAMEORIGIN header can't be loaded in a iframe.


See the Web Developer > Error Console (Ctrl+Shift+J).