mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 09:40:19 +00:00
EnableXSRF
This commit is contained in:
3
beego.go
3
beego.go
@ -45,7 +45,8 @@ var (
|
||||
HttpServerTimeOut int64 //set httpserver timeout
|
||||
ErrorsShow bool //set weather show errors
|
||||
XSRFKEY string //set XSRF
|
||||
CopyRequestBody bool //When in raw application, You want to the reqeustbody
|
||||
EnableXSRF bool
|
||||
CopyRequestBody bool //When in raw application, You want to the reqeustbody
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user