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 determines whether an origin check is enforced before propagating messages in the UI, enhancing security against cross-origin attacks. |
| What area does it affect? |
User Interface Security |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring security settings or troubleshooting message propagation issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.concourse.onmessage_enforce_same_origin |
| Sys ID |
9625391e239713004c89c50947bf6555 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Enforce origin check before propagating messages (sent via window.postMessage) in the UI. |
| Updated |
2024-05-25 04:25:38 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... for cross-origin iframe communication • Short Description ◦(Old Enable URL Allowlist for Cross-Origin iframe Communication ◦(New Restrict allowed domains for cross-origin iframe communication • Description ◦(Old <blank> ◦(New Use the glide.ui.concourse.onmessage_enforce_same_origin property to prevent cross-origin 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 ...
Related properties