GithubHelp home page GithubHelp logo

Comments (3)

rugk avatar rugk commented on June 16, 2024

The URL you see in the browser bar is never sent over the network. Of course Threema IDs and more are submitted e2e-encrypted via SaltyRTC/WebRTC from your phone to your browser - that's how the system works.
Additionally the web client (or the server where the web client is running on) uses different techniques (referrer policy e.g.) to prevent that this URL is sent as a referrer when you click on a link.
I've also created a PR for better support of this policy: #49

One might only sniff the URL when one can access your local browser history (or when this history is uploaded somewhere with a sync service or nasty browser add-ons (link to a German article)).

from threema-web.

dbrgn avatar dbrgn commented on June 16, 2024

Question because for normal websites one can sniff which websites I visit even if I use HTTPS.

That should not be the case. With TLS, the URL should be encrypted, only the host and port should be visible.

As @rugk wrote, everything after the hash symbol (#) is never sent through the network. All data transmitted is end-to-end encrypted with SaltyRTC and sent through the WebRTC data channel.

You can find some more technical details in the whitepaper: https://threema.ch/en/blog/posts/threema-web-whitepaper

from threema-web.

ovalseven8 avatar ovalseven8 commented on June 16, 2024

Thanks for your explanations! :)

from threema-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.