Skip to content

Commit

Permalink
Fix url->file rule not replacing content.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepaulsen committed Jul 14, 2021
1 parent 9ef5cec commit 7d4ebfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background/requestHandling.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
e.target.disconnect();
};
return {
cancel: true,
responseHeaders: [{
name: "Content-Type",
value: mimeAndFile.mime
Expand Down

0 comments on commit 7d4ebfb

Please sign in to comment.