Skip to content

Commit

Permalink
New WCP JS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Sep 21, 2020
1 parent fccb6bb commit 7eb8a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="/css/main.css?version={{site.time | date_to_xmlschema | cgi_escape}}" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.min.js"></script>
<script src="https://consentdeliveryfd.azurefd.net/mscc/lib/v2/wcp-consent.js"></script>
<script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script>
<script>
// redirect to the real domain in case someone visits the GitHub Pages domain
if (window.location.hostname === 'mono.github.io') {
Expand Down

0 comments on commit 7eb8a6c

Please sign in to comment.