En esta página

QWebEngineCookieStore::FilterRequest Struct

struct QWebEngineCookieStore::FilterRequest

La estructura QWebEngineCookieStore::FilterRequest se utiliza junto con QWebEngineCookieStore::setCookieFilter() y es el tipo sobre el que opera filterCallback. Más...

Variables públicas

Descripción detallada

Véase también QWebEngineCookieStore::setCookieFilter().

Documentación de Variables Miembro

QUrl FilterRequest::firstPartyUrl

Esta variable contiene la URL a la que se navegó.

El sitio que se mostraría en la barra de localización si la aplicación tiene una.

Puede ser usada para poner en lista blanca o negra el acceso a cookies o el acceso a cookies de terceros para sitios específicos visitados.

Ver también origin y thirdParty.

QUrl FilterRequest::origin

Esta variable contiene la URL del script o contenido que accede a una cookie.

Puede usarse para poner en lista blanca o negra el acceso a cookies de terceros para servicios específicos.

Véase también firstPartyUrl y thirdParty.

bool FilterRequest::thirdParty

Esta variable indica si se considera un acceso de terceros.

Se calcula comparando FilterRequest::origin y FilterRequest::firstPartyUrl y comprobando si comparten un origen común que no sea un top-domain (como .com o .co.uk), o un sitio de alojamiento conocido con subdominios de propiedad independiente.

Véase también firstPartyUrl y origin.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.