mirror of https://github.com/gorhill/uBlock.git
Add more mimes as valid target for response filtering
Related feedback:
7c3e060c01 (commitcomment-131754750)
application/vnd.apple.mpegurl
Reference:
https://www.iana.org/assignments/media-types/application/vnd.apple.mpegurl
application/vnd.api+json
Reference:
https://www.iana.org/assignments/media-types/application/vnd.api+json
This commit is contained in:
parent
2de1ebc2c3
commit
b69b0b5fb9
|
@ -689,6 +689,8 @@ const bodyFilterer = (( ) => {
|
|||
const otherValidMimes = new Set([
|
||||
'application/javascript',
|
||||
'application/json',
|
||||
'application/vnd.apple.mpegurl',
|
||||
'application/vnd.api+json',
|
||||
'application/xml',
|
||||
'application/xhtml+xml',
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue