- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 01:58 AM
Hi,
We have an edge encryption proxy which work on another port than the 443 due to security constraint.
This configuration generate white screens because some redirection in iframe are not the same "domain:port".
The glide.set_x_frame_options properties allow to authorize other domain:port but it's considered as a medium risk
https://hi.service-now.com/kb_view.do?sysparm_article=KB0550654#10.2
My question is : Is Service Now manage an "ALLOW-FROM" properties which could authorize others specifics URL for iframe content ?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Note :
The link https://community.servicenow.com/thread/177764 indicates that it's not possible but it's an old post.
Regards,
Sébastien
Solved! Go to Solution.
- Labels:
-
Security Operations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 12:36 PM
Hi Sébastien,
There is a System Properties called glide.set_x_frame_options
Its definition may be relevant to your case:
Enables this property to set the X-Frame-Options response header to SAMEORIGIN for all UI pages. The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame> or <iframe>. Sites can use this to avoid clickjacking attacks by ensuring that their content is not embedded into other sites.
https://developer.mozilla.org/en/the_x-frame-options_response_header
It can be set here:
It's a true/false field, so there is not much control for granularity.
I did not find any other settings for relevant to Frames.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 12:49 AM
The allow-from option for X-Frame-Origin has become obsolete in the HTTP standards.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Pavan
Product Security | ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2019 04:57 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 02:47 PM
Peter, under your admin account name in the top right, click on the menu and select "Elevate Roles" and then you will have the authority to change that to false.