Describe your motivation
Even in development we are using https and OIDC/Oauth2 so our url are neither "localhost" nor some IP adress. They look like this:
https://machinename.intern.company.de:8441
so Vaadin CoPilot and DevTools will not work...
vaadin.devmode.hostsAllowed= just accepts IP Adresse
Describe the solution you'd like
I'd expect to allow something like this:
vaadin.devmode.hostsAllowed=https://machinename.intern.company.de:8441
or
vaadin.devmode.hostsAllowed=*.company.de
or whatever so that the logical urls can make use of the vaadin def tools aswell.
Describe alternatives you've considered
No response
Additional context
No response