Skip to content

Commit

Permalink
Update cookie consent settings, copyright
Browse files Browse the repository at this point in the history
Update cookie consent settings, copyright
Replace cookie icon with link
Switch to native OneTrust implementation
  • Loading branch information
jacksoncvm committed May 14, 2024
1 parent ea81d9c commit 0f728e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
22 changes: 6 additions & 16 deletions src/main/resources/static/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,12 @@
referrerpolicy="no-referrer"
></script>
<!-- OneTrust Cookie Consent -->
<meta
content="60a709d9-50a1-442d-8f59-072e08a3ddb4"
name="onetrust-data-domain"
/>
<meta
content="https://tags.tiqcdn.com/utag/vmware/microsites-privacy/prod/utag.js"
name="microsites-utag"
/>
<script src="https://www.vmware.com/files/templates/inc/utag_data.js"></script>
<script src="https://tags.tiqcdn.com/utag/vmware/microsites-privacy/prod/utag.sync.js"></script>
<script
src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
data-domain-script="018ee8c6-43b4-74d9-8f1b-c2359b3e0c77"
></script>
<script>
function OptanonWrapper() {
{
window.dataLayer.push({ event: 'OneTrustGroupsUpdated' });
}
}
function OptanonWrapper() {}
</script>
<script>
function setGTM(w, d, s, l, i) {
Expand Down Expand Up @@ -320,7 +310,7 @@ <h1 id="logo">
>Project Reactor regroups multiple open source projects licensed under
the Apache Software License 2.</span
>
Copyright © 2005 - 2023
Copyright © 2005 - 2024
<a href="https://www.vmware.com/" class="pivotal">Broadcom</a>. All
Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its
subsidiaries.<br />
Expand Down
8 changes: 8 additions & 0 deletions src/main/sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ body {
}
}

// OneTrust Cookie Consent
#ot-sdk-btn-floating {
display: none;
}
.ot-sdk-show-settings {
cursor: pointer;
}

// Welcome

section#welcome {
Expand Down

0 comments on commit 0f728e7

Please sign in to comment.