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

PropertyValue TypeAccessDefault valueProperty description
SubDomainCommunicationSubDomainCommunicationModeEnumRead/WriteSDCM_DISABLEDEnables communication between presentations and scripts located in different subdomains.


Table 2. Methods

MethodDescription
void Reset()Restores default HTML5 security settings.