mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge 7d99559a30 into 703fdf673c
This commit is contained in:
commit
cb62b05edd
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
* - Corrected typo in `UniversalAdIdInfo.getAdIdValue()` method name
|
* - Corrected typo in `UniversalAdIdInfo.getAdIdValue()` method name
|
||||||
* - Corrected dispatch of LOAD event when preloading is enabled
|
* - Corrected dispatch of LOAD event when preloading is enabled
|
||||||
* - Corrected dispatch of CONTENT_PAUSE/RESUME_REQUESTED events
|
* - Corrected dispatch of CONTENT_PAUSE/RESUME_REQUESTED events
|
||||||
|
* - Added missing `AdsRequest.omidAccessModeRules` property
|
||||||
*
|
*
|
||||||
* Related issue:
|
* Related issue:
|
||||||
* - https://github.com/uBlockOrigin/uBlock-issues/issues/2158
|
* - https://github.com/uBlockOrigin/uBlock-issues/issues/2158
|
||||||
|
|
@ -488,6 +489,9 @@ if (!window.google || !window.google.ima || !window.google.ima.VERSION) {
|
||||||
class AdsRenderingSettings {}
|
class AdsRenderingSettings {}
|
||||||
|
|
||||||
class AdsRequest {
|
class AdsRequest {
|
||||||
|
constructor() {
|
||||||
|
this.omidAccessModeRules = {};
|
||||||
|
}
|
||||||
setAdWillAutoPlay() {}
|
setAdWillAutoPlay() {}
|
||||||
setAdWillPlayMuted() {}
|
setAdWillPlayMuted() {}
|
||||||
setContinuousPlayback() {}
|
setContinuousPlayback() {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue