Codepoints / Codepoints.net

A visual guide to the wonders of Unicode
https://codepoints.net
81 stars 11 forks source link

Site does not work on Firefox 128 #131

Open tau-dev opened 1 month ago

tau-dev commented 1 month ago

Firefox says that the style sheet is corrupted (may or may not be related to the broken content security policy configuration) and all pages I try to visit claim I'm offline (which is a silly fallback; as far as I can tell, the page would still be somewhat usable even when it fails to load the CSS).

codepoints_is_broken

Boldewyn commented 1 month ago

Thank you very much for the report and please excuse my late response!

Oh dear! I had that problem myself some time ago, but assumed it was only locally on my machine, when I played a bit with Service Workers. Apparently I deployed the problematic changes some time in the past, though.

I’ll try to deploy a new version that disables the Service Worker that causes the problem.

Could you do me a quick favor, open the “Application” tab in the dev tools and take a screenshot of the Service Worker that is active? (I hope that this allows me to pinpoint the exact commit where I deployed the problematic Service Worker.)

Afterwards you should be able to fix the problem on your machine by hitting Ctrl-F5 for a hard reload of the site, but that is of course no fix for other people with probably the same problem.

tau-dev commented 1 month ago

Here you go. Thank you for making this site, by the way! It's been terribly useful.

codepoints_is_broken2