Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable safe browsing for downloaded files
This actually leaks information to Google.
- Loading branch information
6d72adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example:
6d72adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#22
6d72adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about browser.safebrowsing.downloads.remote.enabled?
6d72adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure. With a quick testing
browser.safebrowsing.downloads.enabled
seemed to do the trick. Didn't find any details onbrowser.safebrowsing.downloads.remote.enabled
. Do you have some info about it?