Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the allowed features for cross-origin frames, enabling or restricting access to functionalities such as geolocation, microphone, and camera. |
| What area does it affect? |
Openframe application |
| What does the default mean? |
The default value is "microphone; camera", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring cross-origin access or updating security policies. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_openframe.cross.origin.access |
| Sys ID |
1dad7eb43b151300c68fe9b534efc4e4 |
| Type |
string |
| Application |
Openframe |
| Default value |
microphone; camera |
| Description |
In order for a cross-origin frame to use these features, the embedding page must specify a Feature Policy which enables the feature for the frame.
Valid values for allowing include:
geolocation
microphone
camera
midi
encrypted-media |
| Updated |
2018-04-04 11:47:33 |
Sources
Official references and nearby text excerpts where this property appears.