google-chromecookiesconsolegoogle-chrome-devtools

How to Remove Chrome Third-Party Cookies Warning from DevTools Console


During local development, I'm getting this console warning:

Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.

enter image description here

This warning clutters the console and makes debugging difficult.

Any suggestions appreciated


Solution

    1. Open chrome
    2. Go to settings (top right ... or cmd/ctrl+,)
    3. Privacy and Security
    4. Scroll to "Sites allowed to use third-party cookies"
    5. Whitelist your domain (i.e. localhost:3000, your-domain.com etc)