Skip to content
  1. Jul 05, 2019
  2. Jun 17, 2019
  3. May 19, 2019
  4. Apr 20, 2019
  5. Apr 06, 2019
  6. Mar 28, 2019
  7. Feb 25, 2019
  8. Feb 24, 2019
  9. Feb 23, 2019
  10. Feb 05, 2019
  11. Jan 23, 2019
  12. Jan 06, 2019
  13. Jan 05, 2019
  14. Dec 21, 2018
  15. Dec 17, 2018
  16. Dec 02, 2018
  17. Nov 10, 2018
    • ntome's avatar
      weboob.browser.nss: force "sql:" prefix on newer versions · 541dbea1
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      NSS seem to have different behaviors on different distros, e.g. Debian
      and CentOS, and it also depends on the NSS version, which creates a
      whole matrix of cases.
      Try to force SQL database use for >=3.35 and default (probably DBM) for
      versions <3.35.
      
      NSS might still ask the infamous question:
      
          Enter Password or Pin for "NSS Certificate DB":
      
      but deleting the old generated *.db files should solve it.
      541dbea1
    • ntome's avatar
      weboob.browser.nss: disable OCSP temporarily · 372240e7
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      Some shit sites like cragr/lcl/bforbank currently cause NSS to have
      error SEC_ERROR_OCSP_UNKNOWN_CERT, even in Firefox. Since disabling
      cannot be done per module, just disable it for those dumbasses.
      372240e7