Files
codeql/javascript/extractor/tests/xsjs/input/xs-app.json
2025-03-25 17:01:37 +00:00

12 lines
265 B
JSON

{
"welcomeFile": "index.html",
"authenticationMethod": "none",
"routes": [
{
"source": "/bad/(.*)",
"destination": "srv_api",
"csrfProtection": false,
"authenticationType": "none"
}
]
}