We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aff7da commit 359cb07Copy full SHA for 359cb07
platform/mv3/extension/js/report.js
@@ -50,7 +50,7 @@ const reportedPage = (( ) => {
50
}
51
return {
52
hostname: parsedURL.hostname.replace(/^(m|mobile|www)\./, ''),
53
- mode: url.searchParams.get('mode'),
+ siteMode: parseInt(url.searchParams.get('mode'), 10),
54
tabId: parseInt(url.searchParams.get('tabid'), 10) || 0,
55
};
56
} catch {
0 commit comments