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 defines trusted origins for message propagation via window.postMessage, enhancing security by restricting message sources. |
| What area does it affect? |
UI message handling |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
Review this property when configuring message security settings or adding new trusted origins. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.concourse.onmessage_enforce_same_origin_whitelist |
| Sys ID |
9850fac573612300d68ed5fdbdf6a73c |
| Type |
string |
| Application |
Global |
| Default value |
|
| Description |
List of trusted origins we allow to propagate messages (sent via window.postMessage) in the UI. Origins must be separated by a comma, line breaks can negatively affect page rendering. |
| Updated |
2024-05-25 04:04:41 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... communication from untrusted domains. If not set to the recommended value of true then validation is not performed for cross-origin messaging. If set to true then domains listed in the glide.ui.concourse.onmessage_enforce_same_origin_whitelist system property can propagate messages in the UI. Use glide.ui.concourse.onmessage_enforce_same_origin_whitelist to control which domains are allowed. Ensure that the glide.ui.concourse.onmessage_enforce_same_origin property exists in the System Properties [sys_properties] table and is ...
Related properties