Google Colaboratory ServiceWorker Error On Chrome

Colab's output frames use service workers to support some functionality such as displaying richer graphs (Altair and Plot.ly).

The error message indicates that third-party cookies are disabled in your browser, this will prevent the browser service workers from working. The option should be configured under chrome://settings/content/cookies.


I tried white-listing in chrome link (chrome://settings/content/cookies) the following:

https://[*.]googleusercontent.com:443
[*.]colab.research.google.com

Here it was the best approach, better than simply liberatin the 3rd part cookies Seems to work so on.