SecurityManager

class SecurityManager(pointer: <Error class: unknown class><<Error class: unknown class>>)

Controls security settings in a #WebKitWebContext.

The #WebKitSecurityManager defines security settings for URI schemes in a #WebKitWebContext. Get it from the context with webkit_web_context_get_security_manager(), and use it to register a URI scheme with a certain security level, or to check if it already has it.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webkitSecurityManagerPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Register @scheme as a CORS (Cross-origin resource sharing) enabled scheme.

Link copied to clipboard

Register @scheme as a display isolated scheme.

Link copied to clipboard

Register @scheme as an empty document scheme.

Link copied to clipboard

Register @scheme as a local scheme.

Link copied to clipboard

Register @scheme as a no-access scheme.

Link copied to clipboard

Register @scheme as a secure scheme.

Link copied to clipboard

Whether @scheme is considered as a CORS enabled scheme.

Link copied to clipboard

Whether @scheme is considered as a display isolated scheme.

Link copied to clipboard

Whether @scheme is considered as an empty document scheme.

Link copied to clipboard

Whether @scheme is considered as a local scheme.

Link copied to clipboard

Whether @scheme is considered as a no-access scheme.

Link copied to clipboard

Whether @scheme is considered as a secure scheme.