SecurityManager
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
Functions
Register @scheme as a CORS (Cross-origin resource sharing) enabled scheme.
Register @scheme as a display isolated scheme.
Register @scheme as an empty document scheme.
Register @scheme as a local scheme.
Register @scheme as a no-access scheme.
Register @scheme as a secure scheme.
Whether @scheme is considered as a CORS enabled scheme.
Whether @scheme is considered as a display isolated scheme.
Whether @scheme is considered as an empty document scheme.
Whether @scheme is considered as a local scheme.
Whether @scheme is considered as a no-access scheme.
Whether @scheme is considered as a secure scheme.