cbonello / revel-csrf

CSRF prevention for the Golang Revel framework.
MIT License
51 stars 35 forks source link

How to use CORS with CSRF filter #5

Open souravray opened 10 years ago

souravray commented 10 years ago

I wonder if the "same origination policy" implementation will override CORS policy or not. I have not tested it yet.

cbonello commented 10 years ago

I guess it should not. Please let me know if you have an issue.

On Wed, Jan 15, 2014 at 12:12 PM, Sourav Ray notifications@github.comwrote:

I wonder if the "same origination policy" implementation will override CORS policy or not. I have not tested it yet.

— Reply to this email directly or view it on GitHubhttps://github.com/cbonello/revel-csrf/issues/5 .

gawinwu commented 9 years ago

if cookie.secure = true,The program failure?