You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (var i = 0; i < details.requestHeaders.length; i++) {
if (details.requestHeaders[i].name === "Accept") {
details.requestHeaders[i].value = "*/*";
// Another method would be just removing the "text/html,application/xhtml+xml,application/xml" types, which would have an unnecessary performance penalty though: