This commit is contained in:
Ven
2022-11-09 16:08:11 +01:00
committed by GitHub
parent 1e6b967d24
commit b032e9b6e3

View File

@ -14,7 +14,7 @@ browser.webRequest.onHeadersReceived.addListener(({ responseHeaders, url }) => {
else
responseHeaders.push({
name: "content-type",
value: "text/json"
value: "text/css"
});
}