1
0
Fork 0
traefik/pkg/api/testdata/entrypoints-many-lastpage.json
Romain 4d7d627319
Reject suspicious encoded characters
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2025-12-04 15:10:05 +01:00

37 lines
443 B
JSON

[
{
"address": ":14",
"http": {
"encodedCharacters": {}
},
"name": "ep14"
},
{
"address": ":15",
"http": {
"encodedCharacters": {}
},
"name": "ep15"
},
{
"address": ":16",
"http": {
"encodedCharacters": {}
},
"name": "ep16"
},
{
"address": ":17",
"http": {
"encodedCharacters": {}
},
"name": "ep17"
},
{
"address": ":18",
"http": {
"encodedCharacters": {}
},
"name": "ep18"
}
]