Skip to content

Commit

Permalink
Add support for application/dash+xml in replace= option
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 3, 2024
1 parent 856dc41 commit 91125d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ const bodyFilterer = (( ) => {
const sessions = new Map();
const reContentTypeCharset = /charset=['"]?([^'" ]+)/i;
const otherValidMimes = new Set([
'application/dash+xml',
'application/javascript',
'application/json',
'application/mpegurl',
Expand Down

0 comments on commit 91125d2

Please sign in to comment.