WebKit2.SecurityOrigin (original) (raw)

Struct

WebKit2SecurityOrigin

since: 2.16

Description [src]


struct WebKitSecurityOrigin {
  /* No available fields */
}

A security boundary for websites.

WebKitSecurityOrigin is a representation of a security domain defined by websites. A security origin consists of a protocol, a hostname, and an optional port number.

Resources with the same security origin can generally access each other for client-side scripting or database access. When comparing origins, beware that if both protocol and host are NULL, the origins should not be treated as equal.

Available since: 2.16

Constructors

Instance methods