Individual Case Study 5

> Inspecting browser data and web security practices...

What Can a Website Learn?

A web application can read details about a visitor's browser, device platform, language, connection status, and screen without asking the visitor to type them into a form. The live report below demonstrates the breadth of information exposed through the JavaScript navigator and screen objects.

Privacy note: This demonstration only displays information inside your browser. It does not request your location, save the results, or transmit them to another system.

Your Browser Data Report

> Preparing local system scan...

navigator Object

Actual browser
Reading...
Legacy compatibility name (navigator.appName)
Reading...
Browser version information
Reading...
Geolocation feature
Reading...
Primary language
Reading...
Online status
Reading...
Platform
Reading...
User agent
Reading...

screen Object

Available height
Reading...
Available width
Reading...
Color depth
Reading...
Total screen height
Reading...
Pixel depth
Reading...
Total screen width
Reading...

These values can help a legitimate site choose compatible features or adapt its layout, but combined device details may also contribute to browser fingerprinting. Browsers may intentionally return generalized values to reduce tracking.

Practices for Safer Web Use

Web Safety Sources