Skip to content

Is this one reason why people use git?

Just checked the locally hosted version of GPORG on my computer and found that none of the fonts, etc were loading and the CSS that was supposed to render after the JS finished loading didn’t. 🤔 Checked the console and found that some of the CSS was being blocked by the new(ish) CSP rules I had set up. Wut. I opened my editor, checked the .htaccess file where I keep the rules, and IT WAS GONE. 😱 Not sure what removed it, but I found through my git client that SOMETHING had removed it for some reason. Aaaand all I had to do was discard the changes, and bam 💥, all fixed.