mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Add missing (deprecated) method to google ima
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/2265#issuecomment-1637094149
This commit is contained in:
parent
8a503a8f49
commit
cdf385f5f4
1 changed files with 6 additions and 0 deletions
|
@ -300,6 +300,12 @@ if (!window.google || !window.google.ima || !window.google.ima.VERSION) {
|
|||
setSessionId(/*s*/) {}
|
||||
setVpaidAllowed(/*a*/) {}
|
||||
setVpaidMode(/*m*/) {}
|
||||
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/2265#issuecomment-1637094149
|
||||
getDisableFlashAds() {
|
||||
}
|
||||
setDisableFlashAds() {
|
||||
}
|
||||
}
|
||||
ImaSdkSettings.CompanionBackfillMode = {
|
||||
ALWAYS: "always",
|
||||
|
|
Loading…
Reference in a new issue