Sets our main struct and passes it to the parent class.
Get the main Gtk struct
the main Gtk struct as a void*
Register @scheme as a CORS (Cross-origin resource sharing) enabled scheme. This means that CORS requests are allowed. See W3C CORS specification http://www.w3.org/TR/cors/.
Register @scheme as a display isolated scheme. This means that pages cannot display these URIs unless they are from the same scheme.
Register @scheme as an empty document scheme. This means that they are allowed to commit synchronously.
Register @scheme as a local scheme. This means that other non-local pages cannot link to or access URIs of this scheme.
Register @scheme as a no-access scheme. This means that pages loaded with this URI scheme cannot access pages loaded with any other URI scheme.
Register @scheme as a secure scheme. This means that mixed content warnings won't be generated for this scheme when included by an HTTPS page.
Whether @scheme is considered as a CORS enabled scheme. See also webkit_security_manager_register_uri_scheme_as_cors_enabled().
Whether @scheme is considered as a display isolated scheme. See also webkit_security_manager_register_uri_scheme_as_display_isolated().
Whether @scheme is considered as an empty document scheme. See also webkit_security_manager_register_uri_scheme_as_empty_document().
Whether @scheme is considered as a local scheme. See also webkit_security_manager_register_uri_scheme_as_local().
Whether @scheme is considered as a no-access scheme. See also webkit_security_manager_register_uri_scheme_as_no_access().
Whether @scheme is considered as a secure scheme. See also webkit_security_manager_register_uri_scheme_as_secure().
the main Gtk struct
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.