Skip to content
  1. Dec 08, 2023
  2. Dec 07, 2023
  3. Jul 05, 2023
  4. Jun 28, 2023
  5. Mar 20, 2023
  6. Feb 08, 2023
  7. Feb 01, 2023
  8. Jan 13, 2023
  9. Nov 17, 2022
  10. Nov 10, 2022
  11. Oct 06, 2022
  12. Aug 24, 2022
  13. Jul 15, 2022
  14. Jul 14, 2022
  15. Apr 25, 2022
  16. Apr 08, 2022
  17. Apr 06, 2022
  18. Mar 31, 2022
  19. Mar 10, 2022
  20. Jan 17, 2022
  21. Jan 10, 2022
  22. Jan 07, 2022
    • Piero V's avatar
      Fixed tests for Tor Browser 11/Firefox 91. · b7bf572b
      Piero V authored
      Canged fp_navigator and fp_useragent to test with the correct version.
      
      The screen dimensions test was failing because letterboxing is disabled
      on about:pages (I checked with Richard, and this is the indended
      behavior).
      Therefore, the test is now run on a TPO page, and it passes.
      
      Updated the settings test, to check for new settings (see
      tor-browser!215), and not to check anymore for deprecated and removed
      settings (see tor-browser#40177).
      
      As a result of these settings changes, some DOM objects are now
      exposed:
      * pointer events
      * gamepads
      * applicationCache
      * visualViewport
      However, Tor Browser already contains mitigatins against their use for
      fingerprinting (e.g., gamepads do not work, Mozilla added some
      protections to pointer events for Bugzilla#1363508, letterboxing should
      prevent fingerprinting on visualViewport, cache storage is 0 bytes,
      etc...).
      Some other DOM objects are just new (e.g., clientInformation).
      
      Finally, HTTPS everywhere test failed because now Firefox redirects to
      HTTPS if available, even when HTTPS-Only Mode is not enabled.
      To detect if HTTPS everywhere is actually the responsible of the
      redirect, we need to run it with dom.security.https_first_pbm set to
      false.
      b7bf572b
  23. Aug 13, 2021
  24. May 17, 2021
  25. Feb 19, 2021
  26. Feb 16, 2021
  27. Jan 26, 2021
  28. Jan 21, 2021
  29. Jan 20, 2021