Skip to content

Commit

Permalink
build: set vpaid mode to default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
kslimani committed Sep 21, 2024
1 parent 0dac2ab commit 481472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
// enableCustomPlaybackForIOS10Plus: true,
imaAdPlayer: {
tag: TAG_VMAP,
vpaidMode: ClapprImaPlugin.vpaidMode.INSECURE,
// vpaidMode: ClapprImaPlugin.vpaidMode.INSECURE,
locale: 'fr',
maxDuration: 30000,
adsRenderingOptions: {
Expand Down
2 changes: 1 addition & 1 deletion public/tests/vmap_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
imaAdPlayer: {
tag: TAG_VMAP,
vpaidMode: ClapprImaPlugin.vpaidMode.INSECURE,
// vpaidMode: ClapprImaPlugin.vpaidMode.INSECURE,
locale: 'fr',
maxDuration: 30000,
adsRenderingOptions: {
Expand Down

0 comments on commit 481472d

Please sign in to comment.