Skip to the content.

Securing web browsers.

The purpose of security in a web browser is to avoid client-side attacks like XSS, tab-nabbing, phishing, web-sandbox escape, etc. The protection is required to be designed and implemented from both, server and client sides.

Indications:

Steps to prevent:

Mitigation:

NoScript extension

HTTPS Everywhere extension

UblockOrigin extension

Whois tool

DNS lookup tool

Security HTTP response headers by Spring

CORS, XSS and CSRF explained by dev.to

← Back