Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.1 KB

FieldSecured

Chrome extension to fix the autofill security vulnerability where a website can get the user's private information without the user knowing.

Links

Development and testing

  • manifest.json is requested by Chrome webstore and it has information about the extension
  • content_script.js is the main file of the extension that checks the page for security flaws
  • popup.html has a template of the popup section when the icon is clicked from Chrome bar
  • test.html to test the extension, the html file has a form with many hidden fields and it will redirect to httpbin when submitted