We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb89ed8 + 4a8ec36 commit 55be758Copy full SHA for 55be758
extensions/devui/deployment/src/main/java/io/quarkus/devui/deployment/DevUIConfig.java
@@ -37,8 +37,10 @@ public interface DevUIConfig {
37
* More hosts allowed for Dev UI
38
*
39
* Comma separated list of valid URLs, e.g.: www.quarkus.io, myhost.com
40
- * (This can also be a regex)
+ * (This can also be a regex, e.g.: ^([A-Za-z0-9-]+).apps.myhost.com)
41
* By default localhost and 127.0.0.1 will always be allowed
42
+ *
43
+ * Note: Wildcards are not supported (e.g.: *.apps.myhost.com)
44
*/
45
Optional<List<String>> hosts();
46
0 commit comments