Last updated: January 2026
Django DevBar is a developer tool Chrome extension designed to display performance metrics for Django web applications during local development. This privacy policy explains what data is collected and how it's used.
Django DevBar collects and stores the following data locally on your device:
- UI Preference — Your checkbox preference for showing/hiding the on-page DevBar overlay
- No browsing history
- No personal information
- No analytics or telemetry
- No usage statistics
- No database queries or performance metrics
- No data sent to external servers
All data is stored using Chrome's chrome.storage.local API:
- Local storage — Data is stored on your device only
- No sync — Settings do not sync across devices
- No external servers — We do not operate any servers that receive your data
The extension processes the following data in memory only:
- HTTP Response Headers — Reads
DevBar-Dataheaders from localhost and local development domains to display performance metrics - Request History — Maintains up to 50 recent requests in memory while DevTools is open; cleared when DevTools closes
This data is never stored persistently or transmitted externally.
| Permission | Why We Need It |
|---|---|
storage |
Store your UI preference for showing/hiding the on-page DevBar |
| Content scripts on development domains | Control DevBar visibility on localhost, 127.0.0.1, *.local, *.test domains only |
Django DevBar does not use any third-party services, analytics, or tracking.
To delete all Django DevBar data:
- Open Chrome extension settings (
chrome://extensions/) - Find Django DevBar → Click "Remove"
- All locally stored data will be deleted
Alternatively, you can clear the extension's storage:
- Open DevTools on any page
- Go to Application → Storage → Extension Storage → Django DevBar
- Clear the stored preferences
Since the extension only works with local development environments and stores minimal data (a single UI preference), security risks are minimal. We follow Chrome extension best practices:
- Manifest V3 compliance for enhanced security
- Minimal permission requests
- No remote code execution
- HTML escaping to prevent XSS attacks
- Content Security Policy enforcement
Django DevBar is a developer tool not directed at children under 13 and does not knowingly collect data from children.
We may update this privacy policy from time to time. Changes will be posted to this page with an updated revision date.
For questions about this privacy policy, please open an issue at: https://github.com/amureki/django-devbar/issues
Django DevBar is open-source software. You can review the complete source code at: https://github.com/amureki/django-devbar