routes: fix open redirect vulnerability (#5355)

Reported by @cezar97.
This commit is contained in:
Unknwon
2018-09-28 23:19:08 -04:00
parent aff0bbcc32
commit bd7d1e2f16
8 changed files with 57 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.66.0928"
const APP_VER = "0.11.67.0928"
func init() {
setting.AppVer = APP_VER