Open harshit-soora opened 3 years ago
Adding a field checker to discard malicious script code in email field of 'signup.html' page
Fixes #553
master
This checks the text written in the email field of the signup.html is an email or not
signup.html
-This pull request strengthen the signup.html for Cross Site Scripting Attacks
Adding a field checker to discard malicious script code in email field of 'signup.html' page
Fixes #553
Checklist
master
branch.Short description of what this resolves:
This checks the text written in the email field of the
signup.html
is an email or notChanges proposed in this pull request:
-This pull request strengthen the
signup.html
for Cross Site Scripting Attacks