diff --git a/src/background/usercss-install-helper.js b/src/background/usercss-install-helper.js index 0c823cdfa0..cf7ba8edc2 100644 --- a/src/background/usercss-install-helper.js +++ b/src/background/usercss-install-helper.js @@ -54,7 +54,7 @@ export function toggleUrlInstaller(val) { responseHeaders: [{ header: kContentType, values: ['text/*'], - excludedValues: ['text/html'], + excludedValues: ['text/html*'], // * excludes charset and whatnot }], }, action: {