Skip to content

Commit

Permalink
Website: add note about other agents to /better page (#25281)
Browse files Browse the repository at this point in the history
Closes: #24641

Changes:
- Added a note about cybersecurity tools that might be installed on
users devices to the /better page
  • Loading branch information
eashaw authored Jan 9, 2025
1 parent 2069461 commit 60c4227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/assets/styles/pages/transparency.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@
}


[purpose='agents-note'] {
color: #515774;
font-size: 16px;
line-height: 24px;
padding-top: 24px;
margin-bottom: 40px;
}

[purpose='accordion'] {

Expand All @@ -221,7 +228,6 @@

[purpose='accordion-item'] {
border-bottom: 1px solid #E2E4EA;
padding-bottom: ;
margin-top: 16px;
margin-bottom: 16px;
}
Expand Down Expand Up @@ -295,6 +301,7 @@
text-align: center;
margin-bottom: 0px;
}

}

@media (max-width: 767px) {
Expand All @@ -303,7 +310,6 @@
padding-top: 40px;
padding-bottom: 40px;
}

[purpose='feature-row'] {
flex-direction: row;
align-items: start;
Expand Down
1 change: 1 addition & 0 deletions website/views/pages/transparency.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
</p>
</div>
</div>
<p purpose="agents-note">Fleet can't guarantee that your personal data isn't being tracked by other common cybersecurity tools like Veriato, CrowdStrike, SentinelOne, and Sophos.</p>
</div>
</div>
<div purpose="secureframe-section" v-if="showSecureframeBanner">
Expand Down

0 comments on commit 60c4227

Please sign in to comment.