From 7c777f60b7ed9e5ffc928d5f4289b8c287a3a726 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 5 Nov 2023 05:32:12 -0800 Subject: [PATCH] Syndicate --- content/notes/fixing-tor-browser-accessibility.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/notes/fixing-tor-browser-accessibility.md diff --git a/content/notes/fixing-tor-browser-accessibility.md b/content/notes/fixing-tor-browser-accessibility.md new file mode 100644 index 0000000..800f242 --- /dev/null +++ b/content/notes/fixing-tor-browser-accessibility.md @@ -0,0 +1,10 @@ +--- +title: "Fixing Tor Browser accessibility" +date: 2023-11-05T05:30:39-08:00 +syndicatedCopies: + - title: 'The Fediverse' + url: 'https://pleroma.envs.net/notice/AbUv7iV9djsjYOkUIS' +--- +It looks like the Tor Browser is finally addressing some of the accessibility issues inherent to its fingerprinting resistance, starting with [Issue 42226: Reduce Customisability of default fonts and colours](https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42226) The propsed fix of curating common "sets" of settings would add some entropy to everybody's fingerprint but allow more people to use the browser overall, as it would support some degree of personalization (e.g. dark mode). + +I welcome the change. Anonymity should be accessible.