Closed tobyjsullivan closed 7 years ago
Chrome is now preloading HSTS for all .dev domains (details). It would be good to be able to configure a different TLD such as .localhost to avoid HSTS. Pow provides a POW_DOMAINS configuration for this. Is there an equivalent for Prax?
.dev
.localhost
POW_DOMAINS
After reading the source, I found the following should work. Would be good to document if it's not already - I couldn't find it.
echo 'export PRAX_DOMAINS=localhost' > ~/.praxconfig
Chrome is now preloading HSTS for all
.dev
domains (details). It would be good to be able to configure a different TLD such as.localhost
to avoid HSTS. Pow provides aPOW_DOMAINS
configuration for this. Is there an equivalent for Prax?