Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3282 - Update Privacy policy to mention GPU data collection #3286

Merged
merged 1 commit into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion webcompat/templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="headline-1 heading">
Webcompat.com Privacy Policy
</h1>

<small class="small">Last Updated: October 24, 2019</small>
<small class="small">Last Updated: April 02, 2020</small>

<h3 class="headline-2">About Us</h3>
<p>
Expand Down Expand Up @@ -38,6 +38,9 @@ <h3 class="headline-2 ">Browser and Site Information</h3>
<p>
If an issue is initiated via the built-in "Report Site Issue" feature of Firefox, certain details from the browser will be sent in your report. These include the values of some preferences that relate to content blocking or enabled capabilities, and any error messages or logs the web page is sending to the browser console. If you do not wish to send this information, do not file a report.
</p>
<p>
If you have <a href="https://wiki.mozilla.org/Platform/GFX/Quantum_Render">Webrender</a> enabled and have not opted out of sending telemetry to Mozilla, we will also collect information about your GPU (description, device ID, vendor ID, and driver version). If you do not wish to send this information, do not file a report.
</p>
<p>
Issues filed through the website directly, or via user-installed addons do not include this information.
</p>
Expand Down