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.
1 parent 7bb9d6a commit bd7af2aCopy full SHA for bd7af2a
pkg/registry/data/registry.json
@@ -2537,7 +2537,7 @@
2537
"allow_host": [
2538
"api.neo4j.io",
2539
"console.neo4j.io",
2540
- "*.neo4j.io"
+ ".neo4j.io"
2541
],
2542
"allow_port": [
2543
443,
@@ -2617,8 +2617,8 @@
2617
"outbound": {
2618
2619
"localhost",
2620
- "*.neo4j.io",
2621
- "*.databases.neo4j.io"
+ ".neo4j.io",
+ ".databases.neo4j.io"
2622
2623
2624
7687,
@@ -2692,8 +2692,8 @@
2692
2693
2694
2695
2696
2697
2698
2699
0 commit comments