Skip to content

Commit

Permalink
Use a local version of ima sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed May 22, 2024
1 parent 54163c6 commit a09a567
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 2 deletions.
3 changes: 1 addition & 2 deletions test/test/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@ function loadImaSdk() {
script['async'] = false;
script.onload = resolve;
script.onerror = reject;
script.setAttribute('src',
'https://imasdk.googleapis.com/js/sdkloader/ima3.js');
script.setAttribute('src','/base/test/test/ima3.js');
document.head.appendChild(script);
});
}
Expand Down
Loading

0 comments on commit a09a567

Please sign in to comment.