diff options
author | zeripath <art27@cantab.net> | 2020-02-16 11:20:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 13:20:59 +0200 |
commit | f9e66e5a46285d1a6d362799545e034133b6e89a (patch) | |
tree | f65c6bd0e58d66460f7e4011497a307d559ac1b2 | |
parent | ef89260cf1235f85a6b400032e5b375e051c7902 (diff) | |
download | gitea-f9e66e5a46285d1a6d362799545e034133b6e89a.tar.gz gitea-f9e66e5a46285d1a6d362799545e034133b6e89a.zip |
Blacklist manifest.json & milestones user (#10292) (#10293)
Fix #10290
Co-authored-by: techknowlogick <matti@mdranta.net>
-rw-r--r-- | models/user.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models/user.go b/models/user.go index 7e3fce5f70..5760bab57d 100644 --- a/models/user.go +++ b/models/user.go @@ -819,7 +819,9 @@ var ( "issues", "js", "less", + "manifest.json", "metrics", + "milestones", "new", "notifications", "org", |