Skip to content

Commit

Permalink
Add note to indicate not to use a browser like Brave to view the demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
onza committed Feb 28, 2024
1 parent 48fd4c9 commit 7c33948
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./lib/css/CookieConsent.min.css">
<link rel="stylesheet" href="lib/css/CookieConsent.min.css">
<style>
* { box-sizing: border-box; }
html,
Expand All @@ -25,6 +25,7 @@
</div>
<h1 class="demo_h1">CookieConsent script demo</h1>
<p class="demo_p">With Opt-in for Google Analytics, Pardot & YouTube.</p>
<p class="demo_p">Make sure that you are not using a browser such as Brave, which generally prevents things like analysis tools and cookie consent.</p>
<div id="video_wrapper-id" class="video" data-video_src="https://www.youtube-nocookie.com/embed/ERXpyZe483o?controls=0">
<div class="video_container">
<iframe height="343" src="" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Expand All @@ -38,7 +39,7 @@ <h1 class="demo_h1">CookieConsent script demo</h1>
</div>
</div>
<!-- <script src="lib/js/polyfills.js"></script> -->
<script src="./lib/js/CookieConsent.js"></script>
<script src="lib/js/CookieConsent.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>

0 comments on commit 7c33948

Please sign in to comment.