[tor-bugs] #31230 [Circumvention/Snowflake]: Firefox addon blocked from agent by Google Safe Browsing service

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 24 13:52:38 UTC 2019


#31230: Firefox addon blocked from agent by Google Safe Browsing service
-------------------------------------+------------------------
 Reporter:  cypherpunks              |          Owner:  (none)
     Type:  defect                   |         Status:  new
 Priority:  High                     |      Milestone:
Component:  Circumvention/Snowflake  |        Version:
 Severity:  Normal                   |     Resolution:
 Keywords:                           |  Actual Points:
Parent ID:                           |         Points:
 Reviewer:                           |        Sponsor:
-------------------------------------+------------------------

Comment (by dcf):

 Replying to [comment:4 cypherpunks]:
 > That's truly one of the most stupid episodes that I've ever seen from
 this "g00gle safe browsing".
 >
 > Isn't it sufficient to change it to `https://snowflake-
 broker.azureedge.net/`?

 Good call, that will work for a short-term fix. But then the proxy
 requests will be going through the CDN and cost money.

 Rough cost estimate. CDn traffic [https://azure.microsoft.com/en-
 us/pricing/details/cdn/ costs] minimum $0.08/GB, call it $0.10/GB. Proxies
 poll every 10 s, that's 9000 times per day. Suppose each poll costs 1 KB
 (wild guess including TLS overhead). Then if there are 6 proxies running,
 that's about 0.5¢ per day:
 {{{
 >>> 6. * 9000 * 1024 / 1024 / 1024 / 1024 * 0.100
 0.00514984130859375
 }}}
 If there are 100 proxies, it's about 8.5¢ per day:
 {{{
 >>> 100. * 9000 * 1024 / 1024 / 1024 / 1024 * 0.100
 0.0858306884765625
 }}}
 Of course we could control this by adjusting the polling rate.

 In any case, I'll make sure there is at least $100 in the Azure account in
 case we want to do this for a short-term fix.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31230#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list