Skip to content

Commit

Permalink
Add missing (deprecated) method to google ima
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 16, 2023
1 parent 8a503a8 commit cdf385f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/web_accessible_resources/google-ima.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cdf385f

Please sign in to comment.