obfuscurity/tasseo

It should be possible to embed a Tasseo dashboard in an iframe

Closed this issue · 1 comments

We have different kinds of dashboards, some displayed by Tasseo, some written by ourselves.

We lay them out in HTML using iframes to gather different dashboards into a single display. But we cannot add Tasseo dashboards to our displays without hacking the Tasseo source because Tasseo sends the X-Frame-Options: sameorigin header, which stops browsers from showing Tasseo dashboards in an iframe.

The fix is to add the following statement to the configure options in web.rb:

set :protection, :except => :frame_options

Can this be added to the official Tasseo source?

Seems to work fine here, no obvious regressions.