oop
This commit is contained in:
parent
1e6b967d24
commit
b032e9b6e3
|
@ -14,7 +14,7 @@ browser.webRequest.onHeadersReceived.addListener(({ responseHeaders, url }) => {
|
||||||
else
|
else
|
||||||
responseHeaders.push({
|
responseHeaders.push({
|
||||||
name: "content-type",
|
name: "content-type",
|
||||||
value: "text/json"
|
value: "text/css"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue