@mikewest This is probably really niche. On @glitch, I put if (location.protocol !== 'https:') location.protocol = 'https: as a way to force HTTPS without a server (or I use a meta refresh). This bites me locally when I eventually clone the project to continue developing on localhost.