diff options
Diffstat (limited to '135')
-rw-r--r-- | 135/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/135/index.md b/135/index.md new file mode 100644 index 0000000..10bc7da --- /dev/null +++ b/135/index.md @@ -0,0 +1,19 @@ +Title: Fingerprinting +Author: rodarima +Created: Sun, 14 Apr 2024 13:27:44 +0000 +State: open + +We may want to have some estimate in the amount of entropy we are leaking to find out what is the current fingerprinting capability of a given adversary when using Dillo. Setting the user agent to Dillo already cuts the whole population to probably less than 1ppm, but that is easily solvable. + +Not having support for JavaScript certainly helps, but we may be still leaking some information in HTTP headers or in the way we deal with the sockets. + +AFAIK, there is no tool to measure uniqueness that works without JS. + +https://www.w3.org/TR/fingerprinting-guidance/ +https://2019.www.torproject.org/projects/torbrowser/design/#fingerprinting-linkability + +--%-- +From: rodarima +Date: Sun, 14 Jul 2024 15:16:11 +0000 + +Related: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/6C5K4F6NBRUDSPNPWTXLQXCK3U3SI7DM/
\ No newline at end of file |