Skip to content

Commit b7ff109

Browse files
immortal71Copilot
andauthored
Update introduction/views.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7c55fd1 commit b7ff109

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

introduction/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def xss_lab3(request):
123123
if request.user.is_authenticated:
124124
if request.method == 'POST':
125125
username = request.POST.get('username', '')
126-
print(type(username))
127126
# Remove only alphanumeric characters (letters and digits)
128127
# This allows special characters like []()!+ for JSFuck-style payloads
129128
pattern = r'[a-zA-Z0-9]'

0 commit comments

Comments
 (0)