Skip to content

Commit

Permalink
fix: remove user-agent from manifest requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jul 16, 2024
1 parent 87d06ad commit 95699b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export async function toWasmModuleData(
const response = await _fetch((item as ManifestWasmUrl).url, {
headers: {
accept: 'application/wasm;q=0.9,application/octet-stream;q=0.8',
'user-agent': 'extism',
},
});
const result = await responseToModule(response, Boolean(item.hash));
Expand Down

0 comments on commit 95699b0

Please sign in to comment.