Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/profile-logic/mozilla-symbolication-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,6 @@ export function requestSymbols(
body: JSON.stringify(body),
method: 'POST',
mode: 'cors',
// Use a profiler-specific user agent, so that the symbolication server knows
// what's making this request.
headers: new Headers({
'User-Agent': `FirefoxProfiler/1.0 (+${location.origin}) ${navigator.userAgent}`,
}),
})
.then((response) => response.json())
.then(_ensureIsAPIResultV5);
Expand Down