secure Property

New for Windows Internet Explorer 8

Note: This documentation is preliminary and is subject to change.

Sets or retrieves whether the value is accessible to unsecured URLs.

Syntax

[ fSecure = ] StorageItem.secure [ = v ]

Possible Values

fSecure Boolean that specifies or receives the security setting.

The property is read/write. The property has no default value.

Remarks

Secure values are only accessible from URLs that use Secure Hypertext Transfer Protocol (HTTPS). Script running in a secure context can set this value to false to enable data sharing between secure and unsecure domains.

Standards Information

There is no public standard that applies to this property.

Applies To

StorageItem