You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was browsing on stats website earlier and saw on the console the following error message
Service workers can only be used over HTTPS, or on localhost for development
Turns out that stats.codebar.io can be served both over HTTP and HTTPS.
Looking over the GitHub pages documentation, it seems possible to enforce use of HTTPS and get rid of that error altogether