[Project] PiSentinel - Firefox extension for Pi-hole v6
Firefox MV3 extension for Pi-hole v6's REST API.
Features:
- Real-time stats in toolbar
- Toggle blocking with timer
- Track domains per tab (first/third-party)
- Add to allow/denylist Query log
| Settings | Domain Sidebar |
|---|---|
Requires Firefox 142+ and Pi-hole v6.
Looking for feedback and feature requests!
https://github.com/linx-systems/pi-sentinelOpen linkView original on lemmy.world
This MV3 implementation is interesting, but I'm curious how the extension handles the API request signing required by Pi-hole v6 to ensure requests originate from your specific client. Does the extension store the client token locally, or does it rely on the browser's built-in CORS handling for the v6 endpoint?