dbrgn / iron-cors-rs

A CORS Middleware implementation for Iron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarify allow any flag

dbrgn opened this issue · comments

Docs:

The boolean flag specifies whether requests without an Origin header should be rejected or not.

That's a bit confusing.