We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7594bd2 commit 776c1aaCopy full SHA for 776c1aa
src/browserify-wrapper/ajax-browser.js
@@ -93,7 +93,7 @@ const ajax = (method, url, data, success, error) => {
93
}
94
95
xhr.setRequestHeader('X-LC-Sign', signature);
96
- // xhr.setRequestHeader('X-LC-UA', 'AV-web-' + AV.version);
+ xhr.setRequestHeader('X-LC-UA', 'LC-Web-' + AV.version);
97
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
98
xhr.send(JSON.stringify(data));
99
return promise._thenRunCallbacks(options);
0 commit comments