mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix regression in prevent-fetch scriptlet
Related issue: https://github.com/uBlockOrigin/uAssets/issues/31169
This commit is contained in:
parent
baee6dcaca
commit
2234d8aad2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export function collateFetchArgumentsFn(resource, options) {
|
|||
const props = [
|
||||
'body', 'cache', 'credentials', 'duplex', 'headers',
|
||||
'integrity', 'keepalive', 'method', 'mode', 'priority',
|
||||
'redirect', 'referrer', 'referrerPolicy', 'signal',
|
||||
'redirect', 'referrer', 'referrerPolicy', 'signal', 'url'
|
||||
];
|
||||
const out = {};
|
||||
if ( collateFetchArgumentsFn.collateKnownProps === undefined ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue