webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
_WebKitSecurityOrigin (Ref< WebCore::SecurityOrigin > &&coreSecurityOrigin) | |
Public Attributes | |
Ref< WebCore::SecurityOrigin > | securityOrigin |
CString | protocol |
CString | host |
int | referenceCount { 1 } |
SECTION: WebKitSecurityOrigin : A security boundary for websites : WebKitSecurityOrigin
WebKitSecurityOrigin is a representation of a security domain defined by websites. A security origin normally consists of a protocol, a hostname, and a port number. It is also possible for a security origin to be opaque, as defined by the HTML standard, in which case it has no associated protocol, host, or port.
Websites with the same security origin can access each other's resources for client-side scripting or database access.
Since: 2.16
|
inline |
CString _WebKitSecurityOrigin::host |
CString _WebKitSecurityOrigin::protocol |
int _WebKitSecurityOrigin::referenceCount { 1 } |
Ref<WebCore::SecurityOrigin> _WebKitSecurityOrigin::securityOrigin |