Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uploads: do not use Origin header in
fetchDoc
The `Origin` header is produced by `getTransitiveHeaders` but we don't need it here, as this is only for an internal request where no cross-origin attacks are possible.
- Loading branch information