Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jul 11, 2022
  3. Jul 05, 2022
  4. Jul 03, 2022
  5. Jun 30, 2022
  6. Jun 23, 2022
  7. Jun 22, 2022
  8. Jun 20, 2022
  9. Jun 14, 2022
  10. Jun 09, 2022
  11. Jun 07, 2022
  12. Jun 05, 2022
  13. Jun 02, 2022
  14. May 25, 2022
  15. May 24, 2022
  16. May 19, 2022
    • Reiter, Christoph's avatar
      matomo: send securitypolicyviolation events · f531fc7e
      Reiter, Christoph authored
      This event gets dispatched in case the CSP blocks something.
      This is motivated by browsers handling this differently, for
      example spawning a worker via blob: is allowed in chrome, but not in firefox
      and things like "worker-src" is not supported in safari..
      
      So having some error reporting there is helpful in case some browser
      version somewhere behaves differently.
      f531fc7e
    • Reiter, Christoph's avatar
      qr-code-scanner: Export an API for scanning single images · e3650b71
      Reiter, Christoph authored
      In greenlight we copied this code for scanning images, either from
      real image files, or from PDF files converted to images via pdf.js.
      
      To avoid duplication clean up the internal API and expose it.
      
      Also write some unit tests for the scan engine while at it.
      e3650b71
Loading