glide.set_x_frame_options set to false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 03:54 AM
Hello Team,
I have created an Content Item and set the Content type to "External Content". I have give an external application value in the URL field.The Target is set to "Within Catalog".
For displaying the external application within ServiceNow I have updated the property glide.set_x_frame_options to false. Even though I set this property to false the external application does get displayed in ServiceNow.
how to I enable X-Frame-Options: allow-from https://example.com/ in ServiceNow?
Do I have to disable any other property to display the site in ServiceNow?
Please advice on the options
Thanks & Regards
Girish
- Labels:
-
Instance Configuration
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 03:57 AM
Hi
Can you check if cors are allowed on your browser?
Refer the below link as well
Regards,
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 04:08 AM
Hi Omkar
What do you mean by cors. I have tried both the options and Im still not able to get the site shown up in servicenow.
Are there any other options?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 04:18 AM
Check this below regarding to CORS -
Regards,
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 10:06 PM
Hi Omkar,
CORS is already part of the add-on. I wanted to override glide.set_x_frame_options property value and create a new property with the value
X-Frame-Options: allow-from https://example.com/
Thanks
Girish