Discussion form asks for settings which include potentially sensitive information #2116
Unanswered
realityexists
asked this question in
Help and Q&A
Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the template for creating a new discussion should be updated to include a check box that says |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
The "version and details" textbox below asks the user to click "Copy to clipboard" in the Settings dialog and paste the results, but the download_history part of that contains URLs and filename of videos the user has downloaded, which is potentially sensitive. At the very least, the user is likely to be unpleasantly surprised that they've posted in public the list of videos they've downloaded. It's quite easy to miss - many users will just see a big blob of JSON, starting with perfectly innocent-looking version information, and copy/paste it all without scrolling down.
Potentially sensitive information like this should not be included by default. If it's needed (and I would guess it's needed for very, very few help requests) there can be a separate option to copy it, with a clear warning to the user to check for potentially sensitive information they may want to remove.
Addon & CoApp version and details
version: 9.3.7.2
target: mozilla
channel: stable
lang: en-GB
coapp: {"found":true,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19","new_version":false}
license: {"unset":true}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
{
"privacy_accept": true,
"used_history_button": true,
"download_directory": "E:\Downloads",
"view_options": {
"all_tabs": false,
"low_quality": false,
"sort_by_status": true,
"sort_reverse": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": false,
"hide_downloaded": false
},
"open_count_store": 4,
"successfull_dl": 24,
"download_history": (THIS RIGHT HERE),
"record_download_history": true
}
Beta Was this translation helpful? Give feedback.
All reactions