プロジェクト

全般

プロフィール

Defect #1492

未完了

iframe working on some websites and not on others

Ezequiel Nicolazzi さんが6年以上前に追加. 6年以上前に更新.

ステータス:
新規(New)
優先度:
通常(Normal)
担当者:
対象バージョン:
-
開始日:
2018/01/09
期日:
進捗率:

0%

予定工数:

説明

具体的な再現方法
What steps will reproduce the problem?

First of all, thanks for the wonderful plugin! Great tool!
When trying to use the iframe macro, it works for me on some websites but not on others. And I cannot find the reason why.

Steps to reporduce the issue:
Creating a wiki page on redmine and adding:

Will give me a blank page.. the iframe fails to create. I've tried using http, tried without http/s, tried without www. Nothing worked.
However, when using my company's website address () it works perfectly.

Tested on Chrome, Mozilla and Safari browsers. Redmine 3.3.1.stable (see below).

期待する結果と実際の結果
What is the expected output? What do you see instead?

An iframe for all websites. I see a blank page (e.g. no output). The space is dedicated but no output is shown.

下記コマンドの実行結果を教えてください。
Please give us a result of following command.

% ruby script/about

Environment:
Redmine version 3.3.1.stable
Ruby version 2.3.0-p0 (2015-12-25) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
SCM:
Subversion 1.7.14
Git 1.8.3.1
Filesystem
Redmine plugins:
redmine_email_fetcher 0.3.1
redmine_user_default_group 0.0.1
redmine_wiki_extensions 0.7.0

Please provide any additional information below.

Haru Iida さんが6年以上前に更新

  • 担当者Haru Iida にセット

Some website adds "X-Frame-Options" in HTTP response header. It affects how browsers treat frames.
Google sets X-Frame-Options to "Deny" and browsers does not display it in iFrame.

https://tools.ietf.org/html/rfc7034

Haru Iida さんが6年以上前に更新

  • プロジェクトr-labs から Wiki Extensions に変更

Ezequiel Nicolazzi さんが6年以上前に更新

Haru,
thanks a lot for your quick response.

My actual target website was - of course - not google. I used that as a (stupid) example. I'm trying to display this website http://www.quality-certification.com/certifiedfield.asp
I looked at the source code and I could not find any X-Frame-Option active in the website.

If I write a simple html with an iframe tag, the google website does not display (as expected following your explanation above) but my website does.
My question is: is there any other possible explanation why a website would not display on the "iframe" macro.

This is the result when I attempt the following command:

 {{iframe(http://www.quality-certification.com/certifiedfield.asp)}} 

Haru Iida さんが6年以上前に更新

I think your redmine run with https. You can't mix http page into https page because of security.

他の形式にエクスポート: Atom PDF