@tmds As you asked on #31:
Use case is pretty simple: I need to open my site (running on developer machine) on other devices such as phone for testing or demo purposes
In this case I can't use localhost or loopback IP address as (obviously) they will point to phone (device) itself, instead of my dev machine. And if I'll try to open site using my dev machine IP address I'll get an error about certificate subject and site hostname mismatch.
You mentioned security impact. I'll agree with you on that and propose restriction (opt-out feature?) to use only local network addressess (i.e. 10.* or 192.168.*)
@tmds As you asked on #31:
Use case is pretty simple: I need to open my site (running on developer machine) on other devices such as phone for testing or demo purposes
In this case I can't use localhost or loopback IP address as (obviously) they will point to phone (device) itself, instead of my dev machine. And if I'll try to open site using my dev machine IP address I'll get an error about certificate subject and site hostname mismatch.
You mentioned security impact. I'll agree with you on that and propose restriction (opt-out feature?) to use only local network addressess (i.e. 10.* or 192.168.*)