Reorder and rename

This commit is contained in:
Kevin Stubbings
2024-09-13 00:41:55 -07:00
parent 03f375e436
commit c30332818f
3 changed files with 7 additions and 7 deletions

View File

@@ -1451,16 +1451,16 @@ module Http {
*/
abstract string getMiddlewareName();
/**
* Gets the strings corresponding to the origins allowed by the cors policy
*/
abstract DataFlow::Node getOrigins();
/**
* Gets the boolean value corresponding to if CORS credentials is enabled
* (`true`) or disabled (`false`) by this node.
*/
abstract DataFlow::Node getCredentialsAllowed();
/**
* Gets the strings corresponding to the origins allowed by the cors policy
*/
abstract DataFlow::Node getOrigins();
}
}