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

Opt in to gather host computer information #58

Open
akrigline opened this issue Feb 16, 2021 · 2 comments
Open

Opt in to gather host computer information #58

akrigline opened this issue Feb 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@akrigline
Copy link
Member

A checkbox to send "hosting information" would be useful. Data gathered could be of an identifying or personal nature however so must be opt-in each time the form opens (or maybe a user setting?).

Desired Data:

  • OS, Browser
  • Electron app, Self-hosted, Forge Hosted?

For forge hosted, we can check if the "Forge" module exists I think.

@akrigline akrigline added the enhancement New feature or request label Feb 16, 2021
@MrVauxs
Copy link

MrVauxs commented Feb 16, 2021

Make sure it complies with Data Protection laws, though probably not a concern given this requires the user to willingly opt-in.

@IamWarHead
Copy link
Contributor

Using navigator.userAgent for collecting information about the host browser, etc is getting deprecated slowly. If you need those data it would be better to use client-hints which perfectly fits into the requirements.

You can read about that here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants