peterldowns / localias

custom local domain aliases for local dev servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insecure default

skojin opened this issue · comments

In config file example and readme

insecure2.test: 9002

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

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

Fixed by #19