mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01: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
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user