Skip to content

Commit

Permalink
Merge pull request #2170 from CVEProject/tat-2169
Browse files Browse the repository at this point in the history
#2169 add third party privacy integration
  • Loading branch information
athu-tran authored Aug 29, 2023
2 parents 44b925f + 2964e96 commit 27cd002
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script src=https://cmp.osano.com/AzyhULTdPkqmy4aDN/ae0ddde5-3421-4d68-a55b-48c7c506e7de/osano.js></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
Expand Down
5 changes: 5 additions & 0 deletions src/assets/style/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,8 @@ label {
padding-right: 10px;
}
/* Other ends here*/

/* Third party CSS */
.osano-cm-widget{
display: none;
}

0 comments on commit 27cd002

Please sign in to comment.