Skip to content

Extend vaadin.devmode.hostsAllowed to not only IP adresses #21089

@RSM-CWI

Description

@RSM-CWI

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Maybe

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions