You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some key observations to aid the review process:
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns
Email exposure: The privacy policy page exposes an email address (plc@seleniumhq.org) which could potentially be harvested by bots for spam. Consider using a contact form or obfuscating the email address.
tag in the Storage & Security section which could cause rendering issues
Everything Selenium Manager collects is publicly accessible in the
<ahref="https://plausible.io/manager.selenium.dev">Selenium Manager Plausible Dashboard</a> for full
transparency.
</li></ul>
Add a clear timestamp or last-updated date to the Privacy Policy page to help users understand when the policy was last modified and ensure transparency about policy changes.
Why: Adding a last-updated date is a best practice for privacy policies, helping users understand policy currency and demonstrating transparency about policy changes. This is particularly important for compliance documentation.
Medium
Add navigation table of contents
Add a table of contents at the top of the privacy policy to help users quickly navigate to specific sections, improving accessibility and user experience.
Why: A table of contents would improve navigation and accessibility of this long privacy policy document, helping users quickly find relevant sections. The implementation correctly uses anchor links to existing sections.
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
date: 2025-02-19
date: 2025-08-17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
This content assumes that we merge SeleniumHQ/selenium#15317
Feedback appreciated
PR Type
Documentation, Enhancement
Description
Added a comprehensive Privacy Policy page detailing data collection practices.
Introduced a blog post explaining the Privacy Policy and telemetry.
Updated footer and navigation to include Privacy Policy links.
Configured Hugo to reference the new Privacy Policy.
Changes walkthrough 📝
_index.html
Added comprehensive Privacy Policy pagewebsite_and_docs/content/privacy/_index.html
selenium-privacy-policy.md
Blog post explaining Privacy Policy and telemetrywebsite_and_docs/content/blog/2025/selenium-privacy-policy.md
footer.html
Added Privacy Policy link to footerwebsite_and_docs/layouts/partials/footer.html
hugo.toml
Configured Hugo for Privacy Policy integrationwebsite_and_docs/hugo.toml