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
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. I know we usually enforce this on cloudflare but I think we only have three available rules on the free plan, and we are using all of them, which is likely the root cause of this.
Hi,
I was browsing on stats website earlier and saw on the console the following error message
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
The text was updated successfully, but these errors were encountered: