1
0
Fork 0
forked from forgejo/forgejo

Basic xss prevention

This commit is contained in:
Unknwon 2014-10-04 17:15:22 -04:00
parent 6a79b76531
commit 263d409326
6 changed files with 57 additions and 26 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.5.4.1003 Beta"
const APP_VER = "0.5.4.1004 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())