mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Add support for application/x-javascript
in replace=
option
Related issue: https://github.com/uBlockOrigin/uAssets/issues/5090
This commit is contained in:
parent
c692be3969
commit
abeadf18eb
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ const bodyFilterer = (( ) => {
|
|||
'application/vnd.api+json',
|
||||
'application/vnd.apple.mpegurl',
|
||||
'application/vnd.apple.mpegurl.audio',
|
||||
'application/x-javascript',
|
||||
'application/x-mpegurl',
|
||||
'application/xhtml+xml',
|
||||
'application/xml',
|
||||
|
|
Loading…
Reference in a new issue