Skip to content

Commit

Permalink
Add language key to anonymous requests
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscated-loop committed Jan 14, 2024
1 parent c4a2d15 commit 8f32f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ function reportWebsite(info, tab, anon, issueType, notes, callback) {
notes,
url: tab.url,
browser: getBrowserAndVersion(),
language: navigator.language,
extensionVersion: chrome.runtime.getManifest().version,
}),
})
Expand Down

0 comments on commit 8f32f0d

Please sign in to comment.