Chrome bugging you about insecure connections on localhost?
July 09, 2020
Sick of clicking Trust this site on your own Localhost. Like seriously chrome 🤦🏼♂️
Well there is a solution, smash this in your URL:
chrome://flags/#allow-insecure-localhost
Switch it to enabled. Not sure if you need to restart your browser but those pesky warnings are a thing of the past now! 🤟🏼
Exclude a folder from your git diff
Need a way to show your git diff in your terminal while excluding a folder from your results? While boy do I have a trick for you!
Get Cloudflare geolocation data client side
Cloudflare provide a very handy HTTP Header called `CF-IPCountry` which you can use to detect your users geolocation but there is another way.
Sync your uploads
I’ve had to do this a few times recently and I had to keep looping through my bash history to find it. If you need to pull down your prod / staging uploads directory from a server you have ssh access to:
What y’all thought