mirror of https://github.com/gorhill/uBlock.git
Add enableLazyLoad function
see https://developers.google.com/publisher-tag/reference#javascript_16 Fixes https://github.com/uBlockOrigin/uAssets/issues/20988
This commit is contained in:
parent
c16fcc1105
commit
a8cf08325d
|
@ -68,6 +68,7 @@
|
|||
disableInitialLoad: noopfn,
|
||||
display: noopfn,
|
||||
enableAsyncRendering: noopfn,
|
||||
enableLazyLoad: noopfn,
|
||||
enableSingleRequest: noopfn,
|
||||
enableSyncRendering: noopfn,
|
||||
enableVideoAds: noopfn,
|
||||
|
|
Loading…
Reference in New Issue