- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 08:57 PM
Hi Folks!
We have a website that we would like to embed ServiceNow articles into. I believe the place to do it is within the system properties: glide.ui.concourse.onmessage_enforce_same_origin_whitelist
I added the domain for the site, then tried the direct URL of the site I'd like the KB Article to show within and it doesn't appear to work. Has anyone tried this and been successful? Help would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 10:50 PM
You can use the glide.set_x_frame_options property. Go through the article before implementing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 10:50 PM
You can use the glide.set_x_frame_options property. Go through the article before implementing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 08:23 AM
It is a sensitive security property required security_admin, elevate your role to security_admin then try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2021 03:54 PM
thank you. that did it!