Google Colaboratory ServiceWorker Error On Chrome

后端 未结 3 1691
小鲜肉
小鲜肉 2021-01-17 16:06

Whenever I open a Colaboratory Document I always get the same error message:

NotSupportedError: Failed to register a ServiceWorker: The user denied p

3条回答
  •  耶瑟儿~
    2021-01-17 16:55

    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.

提交回复
热议问题