Cookie Policy

Understanding how we use cookies, local persistence states, and session tokens to power our zero-bloat platform.

Definition

What are Cookies & Local Storage?

Cookies are small data packets cached within your browser. To achieve a zero-bloat, high-speed ecosystem, NDTechHub prioritizes HTML5 LocalStorage and SessionStorage parameters. This allows us to persist custom layout choices (such as dark/light themes) and operator validation keys instantly inside your client environment without sending telemetry bloat to server endpoints.

LocalStorage Usage

We utilize local browser storage variables for:

  • Dark/Light theme state parameters
  • Operator validation session states
  • Temporary cache elements
Telemetry

Analytics Cookies

We run Google Analytics (GTAG) scripts to monitor client load latency, page hits, and click mapping. This telemetry handles anonymous cookies to trace structural loading benchmarks across Delhi and other regions.

Preferences

How to Modify and Manage Preferences

You can instruct your browser to block cookies or wipe LocalStorage cache parameters entirely in your browser preferences panel. Keep in mind that disabling persistence parameters may reset your theme preference to default Dark style, and require console administrators to perform validation audits on each dashboard refresh.

NDTechHub respects "Do Not Track" headers automatically, bypassing analytical script activations on matching client transmissions.