:right-sidebar: True WebsiteDataAccessPermissionRequest =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.30 .. class:: WebsiteDataAccessPermissionRequest(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.WebKit.PermissionRequest` A permission request for accessing website data from third-party domains. WebKitWebsiteDataAccessPermissionRequest represents a request for permission to allow a third-party domain access its cookies. When a WebKitWebsiteDataAccessPermissionRequest is not handled by the user, it is denied by default. Methods ------- .. rst-class:: interim-class .. class:: WebsiteDataAccessPermissionRequest :no-index: .. method:: get_current_domain() -> str Get the current domain being browsed. .. versionadded:: 2.30 .. method:: get_requesting_domain() -> str Get the domain requesting permission to access its cookies while browsing the current domain. .. versionadded:: 2.30