mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:50:55 +00:00
Return the response directly if it's a options PreflightHeader request
This commit is contained in:
parent
f96245786a
commit
93ca11f83d
@ -217,6 +217,7 @@ func Allow(opts *Options) beego.FilterFunc {
|
||||
ctx.Output.Header(key, value)
|
||||
}
|
||||
ctx.Output.SetStatus(http.StatusOK)
|
||||
ctx.WriteString("")
|
||||
return
|
||||
}
|
||||
headers = opts.Header(origin)
|
||||
|
Loading…
Reference in New Issue
Block a user