shreemaan-abhishek commented on code in PR #9365:
URL: https://github.com/apache/apisix/pull/9365#discussion_r1415738413
##########
apisix/plugins/cors.lua:
##########
@@ -119,6 +121,28 @@ local schema = {
minItems = 1,
uniqueItems = true,
},
+ timing_allow_origins = {
+ description =
+ "you can use '*' to allow all origins which can view timing
information " ..
+ "when no credentials," ..
+ "'**' to allow forcefully (it will bring some security risks,
be carefully)," ..
Review Comment:
```suggestion
"'**' to allow forcefully (it will bring some security
risks, be careful)," ..
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]