[tor-bugs] #15820 [Tor Check]: 'Check' site should have the YES/NO answer in the title + 2 other improvement suggestions

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 5 15:24:49 UTC 2015


#15820: 'Check' site should have the YES/NO answer in the title + 2 other
improvement suggestions
-----------------------------+---------------------
     Reporter:  yurivict271  |      Owner:  arlolra
         Type:  enhancement  |     Status:  closed
     Priority:  normal       |  Milestone:
    Component:  Tor Check    |    Version:
   Resolution:  implemented  |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+---------------------

Comment (by arlolra):

 You're right that adding external scripts to the page isn't going to
 significantly increase the size. Good point. Though, you'd need to include
 them at the bottom so that the browser doesn't try to load them in
 parallel. Modern browsers parse the html on the fly and to try and fetch
 external resources early.

 An easy option might be to just make XMLHttpRequests to that API endpoint
 and determine if there's been a state change. If so, do a
 `window.location.reload()`.

 However, something we need to think about is how does an adversary use the
 knowledge that you're making a request to check each minute to their
 advantage. We could randomize the timeout interval, but even in that, I'm
 still skeptical.

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


More information about the tor-bugs mailing list