1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02: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:
Raymond Hill 2023-07-16 11:23:31 -04:00
parent 8a503a8f49
commit cdf385f5f4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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",