15
I'm working on a theme for Tor Browser, what are your thoughts?
(thelemmy.club)
A place to discuss the news and latest developments on the open-source browser Firefox.
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
Will this lead to easier fingerprinting?
The short answer is probably not.
The longer answer is that in theory it may be possible to use some kind of exploit or side-channel attack to figure out what theme is enabled or which themes are available through media queries for example with JavaScript or CSS. Tor browser uses dark mode by default, and since this is a dark theme, that doesn’t change. It only affects the chrome (UI) of the browser, not the page itself.
So that is something you should keep in mind for your threat model.
My answer is based on personal experience, some basic googling and asking the Tor community. But it still can’t hurt to do some additional research yourself. 😄
Feel free to correct me if I’m wrong.