Skip to content

Commit

Permalink
Merge pull request #74 from larrys/master
Browse files Browse the repository at this point in the history
More blacklist items.
  • Loading branch information
R. Tyler Croy committed Feb 17, 2016
2 parents 0d6b59e + 512c22e commit 45c2811
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/java/org/jenkinsci/account/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private String dumpHeaders(StaplerRequest request) {
}

private boolean badNameElement(String userid) {
return Pattern.matches("^[sdfghrt0-9]+$", userid.toLowerCase());
return Pattern.matches("^[sdfghrtbvd0-9]+$", userid.toLowerCase());
}

public String geoIp(String ip) {
Expand Down Expand Up @@ -826,6 +826,7 @@ public AdminUI getAdmin() {
"pogogames483@gmail.com",
"poonamkamalpatel@gmail.com",
"porterquines@gmail.com",
"PoweltpowWilliamm@gmail.com",
"pranay4job@gmail.com",
"pratik.vipra@gmail.com",
"premk258@gmail.com",
Expand Down Expand Up @@ -855,6 +856,7 @@ public AdminUI getAdmin() {
"shilpikispotta2508@gmail.com",
"shobha.kachhap23@gmail.com",
"simon.ken7@gmail.com",
"singhmukul",
"skprajapaty@gmail.com",
"sman33935@gmail.com",
"smartsolution3000@gmail.com",
Expand Down Expand Up @@ -1112,15 +1114,15 @@ public AdminUI getAdmin() {
"43.239.68.7",
"43.239.68.202",
"43.245.149.107",
"43.245.151.144",
"43.245.151.156",
"43.245.151.",
"43.245.211.71",
"43.251.84.",
"43.252.24.155",
"43.252.27.52",
"43.252.29.202",
"43.252.30.93",
"43.252.31.138",
"43.252.32.181",
"43.252.33.70",
"43.252.35.80",
"45.114.63.184",
Expand Down Expand Up @@ -1315,6 +1317,7 @@ public AdminUI getAdmin() {
"technical support",
"tutorial",
"tutorials",
"use",
"useful",
"user blog",
"want to study",
Expand Down

0 comments on commit 45c2811

Please sign in to comment.