Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More blacklist items. #74

Merged
merged 1 commit into from
Feb 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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