The IHtml5SecuritySettings interface provides the facility of communicating between presentations and scripts located in
different subdomains. By default, browsers prevent such interaction if the domains are not exactly the same.
This interface can be obtained using the IHTML5Settings.Security property.
Table 1. Properties
Property | Value Type | Access | Default value | Property description |
---|
SubDomainCommunication | SubDomainCommunicationModeEnum | Read/Write | SDCM_DISABLED | Enables communication between presentations and scripts located in different subdomains. |
Table 2. Methods
Method | Description |
---|
void Reset() | Restores default HTML5 security settings. |