mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add support for application/dash+xml in replace= option
Related feedback: https://github.com/uBlockOrigin/uAssets/issues/25164#issuecomment-2326358453
This commit is contained in:
parent
856dc419b5
commit
91125d29cf
1 changed files with 1 additions and 0 deletions
|
|
@ -680,6 +680,7 @@ const bodyFilterer = (( ) => {
|
||||||
const sessions = new Map();
|
const sessions = new Map();
|
||||||
const reContentTypeCharset = /charset=['"]?([^'" ]+)/i;
|
const reContentTypeCharset = /charset=['"]?([^'" ]+)/i;
|
||||||
const otherValidMimes = new Set([
|
const otherValidMimes = new Set([
|
||||||
|
'application/dash+xml',
|
||||||
'application/javascript',
|
'application/javascript',
|
||||||
'application/json',
|
'application/json',
|
||||||
'application/mpegurl',
|
'application/mpegurl',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue