DankrosoftProductsSearchSupportShopWrite Us Dankrosoft Home
 
TODO
My Todo
Here you will find a list of things on my todo list with this project. If you stumbled across this, some of this may not make any sense. That's okay. Don't worry about it...

  • Figure out how to prevent browser fingerprinting (disable canvas? Can I add a crypto key to the end of useragent? See button below for testing) See here also
  • Write the whitelist confirm JS
  • Write the htaccess whitelist sample
  • Write the whitelist browser function
  • Document the rules
  • Linux Version
  • Configure the proxy
  • Write the palemoon copy over script.
  • Good point whoever you are (god probably), I didn't even THINK of making "the back/forward buttons to make the little click noise that they made in IE".
  • Might add an option to use discreet scrollbars in content.
My notes and thoughts
Fingerprinting. I've been able to get elements added to the end of the useragent, but not yet in a way that updates every time the user agent is checked or if the page is different. See that link above. It might actually be useful.
In addition to the user agent and canvas blocking, it might be worth while to try to block any and all elements that are used for fingerprinting. For example, requiring a permission, like autoplay audio, to access hardware details. etc.
 
Clicking noise. This may actually be pretty difficult. The problem is that audio is controlled by c++ probably, not javascript. Javascript depends on audio tags, so I don't think this is a good idea. According to this it works the same in XUL. Also there's the new Audio() class in html5 available. So there's some promise there.
Last updated:  Thursday, Jan 19, 2023
top of page
© 1998 Dankrosoft Corporation. All rights reserved. Terms of Use. This site is based off of a site archived by Wayback Machine.