gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
287 stars 60 forks source link

Add request manager column for form submission #225

Open hrj opened 8 years ago

hrj commented 8 years ago

Background

While blocking javascript and cookies by default is a great security measure, there is still a wide room left for phishing attacks which usually work through social engineering. For example, passwords for googles.com can be collected by moogles.com, if the user is not paying attention to the URL. (Intentionally simplified example).

While sophisticated techniques like tab-nabbing can be avoided by disabling JS, simple techniques, such as the above URL hack, can be achieved with a simple HTML form.

Proposal

There could be a number of ways to disable forms on unknown websites:

The former is simpler to code so could be taken up first.