Ven 2 years ago committed by GitHub
parent 1e6b967d24
commit b032e9b6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save