What we store in your browser.
Last updated: September 2026.
Short version
We store a single localStorage value to remember your cookie-consent choice. We do not use Google Analytics, Facebook Pixel, or any advertising tracking. We do not load third-party scripts beyond the Google Fonts stylesheet.
What is localStorage
localStorage is a small key-value store maintained by your browser, scoped to a single domain. Unlike cookies, localStorage values are not sent to the server with every request. They persist until you clear site data or until the site code removes them.
What we store
| Key | Value | Purpose | Lifetime |
|---|---|---|---|
| electronicstudio_cookie_consent | "accepted" or "declined" | Suppresses the cookie banner on subsequent visits | Until you clear browser storage |
Third-party requests
When you load any page on this site, your browser makes one request to fonts.googleapis.com and one to fonts.gstatic.com to fetch the Inter font. Google may log these requests as part of its own infrastructure. We do not transmit any personal data with these requests — only the standard HTTP headers your browser sends.
If you would prefer not to load Google Fonts, the site falls back to the system sans-serif stack (San Francisco on macOS/iOS, Segoe UI on Windows, Roboto on Android). The visual difference is minor.
How to clear localStorage
To remove our cookie-consent value:
- Chrome: DevTools (F12) → Application tab → Local Storage → right-click the domain → Clear.
- Firefox: DevTools (F12) → Storage tab → Local Storage → right-click → Delete All.
- Safari: Develop menu → Show Web Inspector → Storage tab → Local Storage → delete.
- Mobile browsers: site settings usually include a "Clear data" option.
Clearing will cause the cookie banner to appear again on your next visit.
Do Not Track
We respect the Do Not Track browser signal. Because we do not run any tracking scripts, this signal has no practical effect on the site, but we acknowledge the request.
Changes
Any change to this policy will be reflected on this page with an updated date. We do not anticipate adding tracking to this site.