1. 11 Oct, 2021 2 commits
  2. 21 Aug, 2021 2 commits
  3. 10 Aug, 2021 2 commits
  4. 20 Jun, 2021 2 commits
  5. 02 May, 2021 2 commits
  6. 27 Jan, 2021 1 commit
  7. 26 Jan, 2021 1 commit
  8. 15 Jan, 2021 5 commits
  9. 02 Dec, 2020 3 commits
  10. 01 Dec, 2020 2 commits
  11. 25 Nov, 2020 1 commit
  12. 07 Sep, 2020 1 commit
    • Alex Potsides's avatar
      fix: allow requests from electron renderer (#201) · bb36028e
      Alex Potsides authored
      * fix: allow requests from electron renderer
      
      The Electron Renderer process runs in an embedded  browser window so
      has access to browser-native `fetch`.  If this is used by
      `ipfs-http-client` to make requests against the HTTP API, the
      `User-Agent` header is set to a value that looks similar to a browser
      but no `Origin` or `Referer` headers are sent.
      
      The change here is to relax the user agent check to allow through
      requests from clients with `'Electron'` in their user agents.
      bb36028e
  13. 04 Aug, 2020 1 commit
  14. 01 Aug, 2020 2 commits
  15. 04 May, 2020 1 commit
  16. 29 Apr, 2020 9 commits
  17. 27 Apr, 2020 1 commit
  18. 22 Apr, 2020 1 commit
  19. 06 Apr, 2020 1 commit