1. 25 Nov, 2020 1 commit
  2. 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
  3. 04 Aug, 2020 1 commit
  4. 01 Aug, 2020 2 commits
  5. 04 May, 2020 1 commit
  6. 29 Apr, 2020 9 commits
  7. 27 Apr, 2020 1 commit
  8. 22 Apr, 2020 1 commit
  9. 06 Apr, 2020 3 commits
  10. 04 Apr, 2020 4 commits
  11. 03 Apr, 2020 5 commits
  12. 30 Mar, 2020 2 commits
  13. 29 Mar, 2020 1 commit
  14. 28 Mar, 2020 1 commit
  15. 27 Mar, 2020 4 commits
  16. 26 Mar, 2020 1 commit
  17. 20 Mar, 2020 2 commits