-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add userTracking toggle #654
base: master
Are you sure you want to change the base?
Conversation
Add enableUserTracking boolean to app.js to easily turn tracking on and off.
On some system it seems like default css directory is `stylesheet` instead of `css`.
I started adding a settings page (#660). Perhaps this could be added there as well. |
If we want to let the user choose if he wants to be tracked or not then it's fine, but otherwise it might not be needed. In any case you should use a checkbox with the label "Help us improve the application" or something like that since the tracking is mainly used to track user actions. |
I believe it is a good practise to let the user knows his action are tracked by default and giving people the option to opt-out is quite important in my opinion. Especially in the case of Popcorntime where not everyone might like the fact they are sending usage data about illegal copyright infringment... |
Yes I agree completely. |
Translate interface string to the Maltese language Add maltese flag to the images folder and in the css code
Conflicts: index.html js/frontend/controllers/search.js
removing old popcorntime repository references
Fix search and add support for larger images
Add enableUserTracking boolean to app.js to easily turn tracking on and
off.
Related to #226