Live data from Hacker News

Osprey – Browser extension that protects you from malicious websites

github.com

11–20 of 27 posts

Re: Osprey – Browser extension that protects you from malicious websites

#11
post #7
post #2

1) Why is this better than using the built in Chrome or Microsoft protections? 2) How do I know this isn't logging every URL I visit back to Osprey?

When you enable "Developer mode" in the "Extensions" page of your browser, you can open the developer tools for the extension by clicking the "service worker" link, and from there select the "Network" tab, you will be able all the network requests made by the extension from within its service worker.

I just started using uBO Lite on Chrome. Brave is my daily driver and I just can't surf the web without an ad blocker anymore. I resisted it for years.

Thank you for all you do!

Re: Osprey – Browser extension that protects you from malicious websites

#12
post #2

1) Why is this better than using the built in Chrome or Microsoft protections? 2) How do I know this isn't logging every URL I visit back to Osprey?

Chrome and Edge contain just one single source of malicious website reports.

This addon uses multiple data sources.

As for logging: this submits URLs to various services. This is unlike Google Safe Browsing, which has a "periodically sync an offline database" setting (but will also send URLs to Google by default).

Re: Osprey – Browser extension that protects you from malicious websites

#14

How is this different from setting your DNS to a malware-blocking domain provider? For example Cloudflare’s malware dns is 1.1.1.2, Quad9 blocks malware by default with 9.9.9.9.

Two obvious differences to me:

Since it's a browser extension, it does not offer any protection outside the browser. If you use a DNS service with malware blocking it will, in theory, "protect" any DNS lookup your system performs. Including lookups that originate from software other than your web browser.

It also differs by using several different services to check all URLs (there's a list in the readme). If you set your DNS to Cloudflare and/or Quad9 you will only get protection from one of those.

I can think of pros and cons with both of these aspects.

Re: Osprey – Browser extension that protects you from malicious websites

#15

ublock Origin already has a feature called "strict blocking" which does the same thing. In fact, the placeholder page that this extension takes you to looks almost exactly the same as the one that ublock origin uses.

> does the same thing

Does that feature really send each URL you attempt to browse to a bunch of third-party services to be verified before it lets you browse them?

Edit: Made some not-very-thorough research and it seems like "strict blocking" in uBlock Origin does not do the same thing. It does local lookups against regularly updated filter lists. Like all of uBlock Origin's blocking, I guess.

Re: Osprey – Browser extension that protects you from malicious websites

#17
post #3

So this extension is feeding a stream of your browsing activity to a bunch of third party services? No thanks.

The same thing happens with Google's SafeBrowsing, Microsoft's SmartScreen, Bitdefender TrafficLight, or Emsisoft Browser Protection. Osprey essentially combines multiple already existing browser protection extensions into one.

Re: Osprey – Browser extension that protects you from malicious websites

#19
post #7
post #2

1) Why is this better than using the built in Chrome or Microsoft protections? 2) How do I know this isn't logging every URL I visit back to Osprey?

When you enable "Developer mode" in the "Extensions" page of your browser, you can open the developer tools for the extension by clicking the "service worker" link, and from there select the "Network" tab, you will be able all the network requests made by the extension from within its service worker.

Thanks gorhill. Yes, this is true! Osprey only sends its stripped-down URLs to the services you turn on. Nothing more. It's as anonymous as it can be without using a VPN, afaik.

Re: Osprey – Browser extension that protects you from malicious websites

#20
post #2

1) Why is this better than using the built in Chrome or Microsoft protections? 2) How do I know this isn't logging every URL I visit back to Osprey?

1) Osprey is just more protections built into one. It combines seven pre-existing safe browsing extensions you can already download into one lighter and better extension. All these extensions do is send the URL you visit to an API. That's what SmartScreen and Google SafeBrowsing do. 2) Read gorhill's comment. Checking network activity is easy, and checking every extension is always good.
Post reply on HN