gist-run
gist-run copied to clipboard
Not working on chromium/debian
Is it normal that I don't see anything in the right pane of the gist.run page? I get the following error on the console Uncaught (in promise) DOMException: Failed to register a ServiceWorker: The user denied permission to use Service Worker
.
Using chromium Version 50.0.2661.75 Built on 8.4, running on Debian 8.4 (64-bit)
Does not work in any gist, not even https://gist.run/
Adding one URL for testing (assuming that @jdanyow has access to debian):
https://gist.run/?id=59f4cbf39323e9581de9d644d12258f4
this should result with:
Is this working now in chrome 51 on debian? If not, does it work in chrome canary on debian? What about firefox on debian?
I had the same error when I had third party cookies disabled. Once I'd allowed them it worked:
In Firefox 61.0a1 (2018-03-19) (64-bit) with "Accept third-party cookies and site data" set to "from visited", I get this error: Failed to register/update a ServiceWorker for scope ‘https://gist.host/’: Storage access is restricted in this context due to user settings or private browsing mode.
Changing the preference to "always" fixes the issue.