Category
Browsers
7 posts tagged #Browsers
- · 2 min read
Using NextDNS to Test an AWS ALB Before DNS Cut-Over
If you need to test a site sitting behind an AWS Application Load Balancer before a DNS cut-over, NextDNS makes it incredibly easy. Instead of messing with local hosts files or network configs, you can share a simple configuration ID with teammates or clients and have them testing the new environment in minutes.

- · 1 min read
Fixing Safari Mixed Content Issues with Vite and mkcert
Safari blocks Vite’s hot module reload (HMR) when your Laravel app runs over HTTPS but Vite serves plain HTTP. Here’s how I fixed it with mkcert, a separate dev-only Vite config, and one extra package.json script.

- · 1 min read
How to Fix Washed Out Colors in Google Chrome Screenshots for Clear and Accurate Images
Resolve washed-out colors in Chrome screenshots by enabling the sRGB color profile via chrome://flags/#force-color-profile or using the --force-color-profile=srgb argument in Puppeteer.

- · 1 min read
Link Share: Issue #4
The last week has been full of exciting news. Here are a few links that caught my attention.

- · 3 min read
Adding Google Analytics To Your Website While Respecting "Do Not Track"
Add Google Analytics to your website while respecting user privacy and honoring the Do Not Track setting.

- · 1 min read
Getting macOS to trust all your self-signed SSL certificates from Homestead with a single shot
Make macOS and Chrome trust Laravel Homestead SSL certificates by adding them to Keychain Access.

- · 1 min read
Stop Chrome & Firefox from blocking HTTPS requests by default for all domains hosted by Homestead
Fix SSL certificate warnings for Laravel Homestead by importing certificates into Firefox and macOS Keychain.
