apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
93 stars 71 forks source link

CORS should be a valid name for the CORS policy #275

Closed kurtkanaskie closed 2 years ago

kurtkanaskie commented 2 years ago

A policy named "CORS" is reported as invalid. Non-standard prefix (null). Valid prefixes for CORS include: ["cors"]

As there is typically no other purpose for CORS than using CORS once, I should be able to name it just that.