Skip to content

Commit e8da4f6

Browse files
authored
Merge pull request #1 from James-AST/jbrotsos-patch-1
Update xss.java
2 parents 74e2ad0 + e2de2e7 commit e8da4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xss.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void loadAccount () {
3434

3535
String userAccount = request.getParameter("Account");
3636

37-
printSanitizedName(userAccount);
37+
//printSanitizedName(userAccount);
3838
}
3939

4040
public static void loadNumber () {

0 commit comments

Comments
 (0)