I'm a solo developer who built Quori, a Chromium-based browser that focuses on user-side security.
Features:
- Requires a 12-word passphrase (RPS) to unlock before you can use the browser.
- Blocks extensions, DevTools, new tabs, and address bar input until verification.
- Records login attempts (success/failure) with a simple security log.
- Auto locks after a timeout period for safety.
- No external API calls; it's all handled locally.
This was a personal learning project to explore browser security at the Chromium level.
I'd appreciate any feedback on design, security, or ideas for improvement!
LENT4869•2h ago
I'm a solo developer who built Quori, a Chromium-based browser that focuses on user-side security.
Features: - Requires a 12-word passphrase (RPS) to unlock before you can use the browser. - Blocks extensions, DevTools, new tabs, and address bar input until verification. - Records login attempts (success/failure) with a simple security log. - Auto locks after a timeout period for safety. - No external API calls; it's all handled locally.
This was a personal learning project to explore browser security at the Chromium level. I'd appreciate any feedback on design, security, or ideas for improvement!