Method

WebKit2WebViewget_default_content_security_policy

since: 2.38

Declaration [src]

const gchar*
webkit_web_view_get_default_content_security_policy (
  WebKitWebView* web_view
)

Description [src]

Gets the configured default Content-Security-Policy.

Available since: 2.38

Return value

Type: const gchar*

The default policy or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.