Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.51 KB

PRIVACY.md

File metadata and controls

41 lines (25 loc) · 1.51 KB

Privacy

Usage of personal data

Elasticvue does not collect or use any personal data at all.

Usage of your elasticsearch data

Elasticvue does not analyze the data in your elasticsearch cluster.

Elasticvue does not send data from your elasticsearch cluster to any other service. It runs independently in your browser and makes no requests to servers other than your cluster.

Browser Addon Permissions

The browser addon for chrome, firefox and edge requires the following permission:

Chrome/Edge:

  • Read and change all your data on the website you visit

Firefox:

  • Access your data for all websites

These are different names for the same thing. In theory, elasticvue can read and change all data on all websites you visit. This is not what elasticvue intends to do.

Elasticvue does not read or change any data of any websites that you visit, and it will never do that.

The only reason for using the permission is convenience for the user. Due to this permission it is not necessary to configure CORS in your elasticsearch cluster if you want to use the extension - you can start using elasticvue right away without having to do any kind of configuration.

This is common practice for browser addons that directly communicate with your elasticsearch cluster.

See #14, #17 or #18 for more detailed discussion on this issue.