webkit.security_manager
Module for [SecurityManager] class
Types 3
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.WebContext.getSecurityManager, and use it to register a URI scheme with a certain security level, or to check if it already has it.
Methods
SecurityManagerGidBuilder builder() static nothrowGet builder for [webkit.security_manager.SecurityManager] Returns: New builder objectvoid registerUriSchemeAsCorsEnabled(string scheme) nothrowRegister scheme as a CORS (Cross-origin resource sharing) enabled scheme.void registerUriSchemeAsDisplayIsolated(string scheme) nothrowRegister scheme as a display isolated scheme.void registerUriSchemeAsEmptyDocument(string scheme) nothrowRegister scheme as an empty document scheme.bool uriSchemeIsCorsEnabled(string scheme) nothrowWhether scheme is considered as a CORS enabled scheme.bool uriSchemeIsDisplayIsolated(string scheme) nothrowWhether scheme is considered as a display isolated scheme.bool uriSchemeIsEmptyDocument(string scheme) nothrowWhether scheme is considered as an empty document scheme.Fluent builder implementation template for webkit.security_manager.SecurityManager
Fluent builder for webkit.security_manager.SecurityManager
Methods