Skip to content

Commit 91125d2

Browse files
committed
Add support for application/dash+xml in replace= option
Related feedback: uBlockOrigin/uAssets#25164 (comment)
1 parent 856dc41 commit 91125d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/js/traffic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ const bodyFilterer = (( ) => {
680680
const sessions = new Map();
681681
const reContentTypeCharset = /charset=['"]?([^'" ]+)/i;
682682
const otherValidMimes = new Set([
683+
'application/dash+xml',
683684
'application/javascript',
684685
'application/json',
685686
'application/mpegurl',

0 commit comments

Comments
 (0)