Skip to content

Commit

Permalink
Skip google
Browse files Browse the repository at this point in the history
  • Loading branch information
lmachens authored Aug 7, 2024
1 parent ac65de2 commit 969c4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
position: "bottom-right",
wording: "Report Ad",
},
skipBidders: [],
skipBidders: ["google"],
});
</script>

Expand All @@ -60,7 +60,7 @@
position: "bottom-right",
wording: "Report Ad",
},
skipBidders: [],
skipBidders: ["google"],
});
</script>
</div>
Expand Down

0 comments on commit 969c4fc

Please sign in to comment.