퍼스트 파티 및 서드 파티 쿠키는 브라우저 제한, 사용자 설정, 개발자 플래그 또는 엔터프라이즈 정책에 의해 차단될 수 있습니다.
사용자 설정
사용자는 브라우저 설정에 액세스하여 기기 내 모든 사이트 저장소 또는 서드 파티 쿠키만 차단할 수 있습니다.
Chrome에서는 브라우저 창 오른쪽 상단의 점 3개를 선택한 다음 표시되는 드롭다운 메뉴에서 설정을 선택하여 서드 파티 쿠키를 차단할 수 있습니다. 개인 정보 보호 및 보안 > 서드 파티 쿠키로 이동하여 서드 파티 쿠키 차단을 선택합니다. 또는 chrome://settings/cookies 페이지로 직접 이동할 수도 있습니다.
Google Chrome의 기기 내 사이트 데이터 페이지에서 쿠키를 비롯한 모든 사이트 데이터의 로컬 저장을 차단할 수 있습니다. 설정 > 개인 정보 보호 및 보안 > 사이트 설정 > 추가 콘텐츠 설정 > 기기 내 사이트 데이터를 선택하거나 chrome://settings/content/siteData로 직접 이동합니다.
모든 사이트 저장소를 차단하면 많은 사이트가 제대로 작동하지 않습니다.
브라우저 플래그
개발자가 Chrome에서 서드 파티 쿠키 없이 사이트가 손상되는지 테스트하는 가장 좋은 방법은 test-third-party-cookie-phaseout 플래그를 사용하는 것입니다. 이 플래그를 사용하면 Chrome이 서드 파티 쿠키가 제한된 것처럼 동작하므로 교차 사이트 쿠키 없이 사용자 환경을 테스트하는 데 적합합니다.
test-third-party-cookie-phaseout 플래그는 다음 두 가지 방법으로 사용 설정할 수 있습니다.
Chrome 플래그: chrome://flags/#test-third-party-cookie-phaseout로 이동하여 플래그를 Enabled로 설정합니다.
명령줄: --test-third-party-cookie-phaseout 플래그를 사용하여 Chrome을 실행합니다.
단계적 지원 중단 플래그는 Windows, macOS, Linux에서 사용할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-13(UTC)"],[[["Browsers can restrict first-party and third-party cookies through user settings, browser restrictions, developer flags, or enterprise policies."],["Users can block third-party cookies or all site storage via browser settings, accessible through the settings menu or directly via `chrome://settings/cookies` and `chrome://settings/content/siteData`."],["Developers can test website functionality without third-party cookies by enabling the `test-third-party-cookie-phaseout` flag via Chrome flags or the command line on Windows, macOS, and Linux."],["Chrome is testing a new user experience regarding third-party cookies, and other browsers have their own tracking prevention policies, such as Safari's Tracking Prevention and Firefox's Enhanced Tracking Protection."],["Organizational policies via Chrome Enterprise can also be used to block cookies, and more information on these policies can be found on their page."]]],[]]