This commit is contained in:
Ven 2022-11-09 16:08:11 +01:00 committed by GitHub
parent 1e6b967d24
commit b032e9b6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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