- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2015 09:49 AM
We are trying to present ServiceNow reports, record lists, etc on a Confluence wiki page using an iFrame. We found that ServiceNow is preventing the data from being displayed in the iFrame due to security rules to prevent XSS.
Has anyone found a way for this to work? Other solutions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2015 11:08 AM
I had a similar question. There's actually a setting you can flip to allow cross-origin x-frames glide.set_x_frame_options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2015 11:08 AM
I had a similar question. There's actually a setting you can flip to allow cross-origin x-frames glide.set_x_frame_options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2015 11:32 AM
Excellent! Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2015 11:36 AM
No problem. What I actually ended up doing instead in my case was pulling the data I needed via the Rest API and using a little bit of angular to present it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 06:07 AM
Hi @rlatorre ,
I know its very very late, i need to do the same work to present reports to confluence, i am not sure where to start, could you please provide me the steps to acheive this.
Thanks in advance.