Skip to content

Commit bd7af2a

Browse files
authored
Fix network host subdomain entries (#1437)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 7bb9d6a commit bd7af2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/registry/data/registry.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@
25372537
"allow_host": [
25382538
"api.neo4j.io",
25392539
"console.neo4j.io",
2540-
"*.neo4j.io"
2540+
".neo4j.io"
25412541
],
25422542
"allow_port": [
25432543
443,
@@ -2617,8 +2617,8 @@
26172617
"outbound": {
26182618
"allow_host": [
26192619
"localhost",
2620-
"*.neo4j.io",
2621-
"*.databases.neo4j.io"
2620+
".neo4j.io",
2621+
".databases.neo4j.io"
26222622
],
26232623
"allow_port": [
26242624
7687,
@@ -2692,8 +2692,8 @@
26922692
"outbound": {
26932693
"allow_host": [
26942694
"localhost",
2695-
"*.neo4j.io",
2696-
"*.databases.neo4j.io"
2695+
".neo4j.io",
2696+
".databases.neo4j.io"
26972697
],
26982698
"allow_port": [
26992699
7687,

0 commit comments

Comments
 (0)