Security: prevent XSS attach on wiki page

Reported by Miguel Ángel Jimeno.
This commit is contained in:
Unknwon
2017-02-15 18:05:02 -05:00
parent 59981b8818
commit f97b250509
4 changed files with 9 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.148.0215"
const APP_VER = "0.9.149.0215"
func init() {
setting.AppVer = APP_VER