FilterRequest Struct
struct QWebEngineCookieStore::FilterRequestQWebEngineCookieStore::FilterRequest 구조는 QWebEngineCookieStore::setCookieFilter()와 함께 사용되며 filterCallback 이 작동하는 유형입니다. 더 보기...
공용 변수
QUrl | firstPartyUrl |
QUrl | origin |
bool | thirdParty |
QWebEngineCookieStore::setCookieFilter()도 참조하세요 .
멤버 변수 문서
QUrl FilterRequest::firstPartyUrl
이 변수에는 탐색한 URL이 저장됩니다.
애플리케이션에 위치 표시줄이 있는 경우 위치 표시줄에 표시되는 사이트입니다.
방문한 특정 사이트에 대한 쿠키 액세스 또는 타사 쿠키 액세스를 화이트리스트 또는 블랙리스트에 추가하는 데 사용할 수 있습니다.
origin 및 thirdParty 을참조하세요 .
QUrl FilterRequest::origin
이 변수에는 쿠키에 액세스하는 스크립트 또는 콘텐츠의 URL이 저장됩니다.
특정 서비스에 대한 타사 쿠키 액세스를 화이트리스트 또는 블랙리스트에 추가하는 데 사용할 수 있습니다.
firstPartyUrl 및 thirdParty 을참조하세요 .
bool FilterRequest::thirdParty
이 변수는 타사 액세스로 간주되는지 여부를 나타냅니다.
이 변수는 FilterRequest::origin 와 FilterRequest::firstPartyUrl 을 비교하여 .com 또는 .co.uk과 같은 최상위 도메인이 아닌 공통 출처를 공유하는지 또는 독립적으로 소유한 하위 도메인이 있는 알려진 호스팅 사이트인지 확인하여 계산합니다.
firstPartyUrl 및 origin 을참조하세요 .
© 2025 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.