Skip to content

Commit

Permalink
extension: Add condition to match empty Content-Type header if SWF
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Jun 21, 2024
1 parent c57f478 commit a5e79ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function enable() {
values: [
"application/octet-stream",
"application/binary-stream",
// TODO: Add "" after https://crrev.com/c/5634852
"",
],
},
],
Expand Down

0 comments on commit a5e79ef

Please sign in to comment.