peterldowns / localias

custom local domain aliases for local dev servers
MIT License
605 stars 3 forks source link

insecure default #17

Closed skojin closed 10 months ago

skojin commented 12 months ago

In config file example and readme

insecure2.test: 9002

But it actually redirect to https. For me is preferred to have HTTP default.

peterldowns commented 11 months ago

Great catch, I'll update the docs to make it clear that without an explicit http:// prefix, every alias is secure.

I understand your preference for an insecure default but I fundamentally disagree and will keep secure aliases the default.

Sorry again for the misleading docs. If you'd like to use an insecure alias, you'll have to do

http://insecure2.test: 9002
peterldowns commented 10 months ago

Fixed by #19