dnakov / little-rat

🐀 Small chrome extension to monitor (and optionally block) other extensions' network calls
MIT License
2.08k stars 64 forks source link

Feature request: Whitelist blacklist options #9

Closed nicoleahmed closed 1 year ago

nicoleahmed commented 1 year ago

Hey Just posting my twitter comment here

Works great for me- easy to use. Could we add option to whitelist certain sites to help bring the "red number counter" down. Also wonder if we can add blacklist of malicious sites - the counter could be red for these, and amber for unknown? Green for whitelist?...Blocking?

I see that you've discussed blocking on another issue which sounds complex

But atleast a colour indicator for known bad sites would be a step towards that

Like I've mentioned here I don't think UBO blocks extension traffic so we are vulnerable to it

dnakov commented 1 year ago

Yeah, this seems to be correct. I looked into uBlock rules: uBlock Origin uses manifest v2, which is using the webRequest api, so it's not able to see any traffic from other extensions. uBlock Origin Lite uses manifest v3, but there's no support for custom rules

dnakov commented 1 year ago

closing, see #1