This commit is contained in:
Kevin Stubbings
2024-08-26 22:09:24 -07:00
parent 1db7865d49
commit 0420d25c13
3 changed files with 28 additions and 28 deletions

View File

@@ -1425,7 +1425,7 @@ module Http {
string middleware_name() { result = super.middleware_name() }
/**
* Gets the dataflow node corresponding to the allowed CORS origins
* Gets the dataflow node corresponding to the allowed CORS origins
*/
DataFlow::Node allowed_origins() { result = super.allowed_origins() }