Skip to content

Commit

Permalink
fix #1862: content-type may contain extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Dec 25, 2024
1 parent 7aa2d41 commit 613dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/usercss-install-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function toggleUrlInstaller(val) {
responseHeaders: [{
header: kContentType,
values: ['text/*'],
excludedValues: ['text/html'],
excludedValues: ['text/html*'], // * excludes charset and whatnot
}],
},
action: {
Expand Down

0 comments on commit 613dbd8

Please # to comment.