fossasia / susi_chromebot

SUSI.AI Chrome Extension
GNU Lesser General Public License v2.1
1.54k stars 140 forks source link

Adding a field checker to discard malicious script code in email field #554

Open harshit-soora opened 3 years ago

harshit-soora commented 3 years ago

Adding a field checker to discard malicious script code in email field of 'signup.html' page

Fixes #553

Checklist

Short description of what this resolves:

This checks the text written in the email field of the signup.html is an email or not

Changes proposed in this pull request:

-This pull request strengthen the signup.html for Cross Site Scripting Attacks