:right-sidebar: True ITPFirstParty =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.30 .. class:: ITPFirstParty(*args, **kwargs) :no-contents-entry: Describes a first party origin. Methods ------- .. rst-class:: interim-class .. class:: ITPFirstParty :no-index: .. method:: get_domain() -> str Get the domain name of ``itp_first_party``\. .. versionadded:: 2.30 .. method:: get_last_update_time() -> ~gi.repository.GLib.DateTime Get the last time a :obj:`~gi.repository.WebKit.ITPThirdParty` has been seen under ``itp_first_party``\. Each ``WebKitITPFirstParty`` is created by :func:`~gi.repository.WebKit.ITPThirdParty.get_first_parties` and therefore corresponds to exactly one :obj:`~gi.repository.WebKit.ITPThirdParty`\. .. versionadded:: 2.30 .. method:: get_website_data_access_allowed() -> bool Get whether ``itp_first_party`` has granted website data access to its :obj:`~gi.repository.WebKit.ITPThirdParty`\. Each ``WebKitITPFirstParty`` is created by :func:`~gi.repository.WebKit.ITPThirdParty.get_first_parties` and therefore corresponds to exactly one :obj:`~gi.repository.WebKit.ITPThirdParty`\. .. versionadded:: 2.30