--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/abe373a0-1cf8-464a-b227-91db91d7f610n%40chromium.org.
> I often see this happen if it was downloaded from a insecure http location, it should be fine if you use https
That may be the case. The issues are- I deliberately turned off Google Safe Browsing, so no download scanning should be happening at all
- a .deb files should not be marked as "insecure"
- Whether the protocol is HTTP:, FILE:, ISOLATED-APP: or other should not impact whether the file is marked as "inscure", or not- I didn't ask Chromium to scan my download files at all- No way to turn off Chromium scanning the files I decide to download--On Saturday, November 4, 2023 at 10:25:44 AM UTC-7 Keith I Myers wrote:I often see this happen if it was downloaded from a insecure http location, it should be fine if you use httpsOn Sat, Nov 4, 2023, 10:10 AM guest271314 <guest...@gmail.com> wrote:
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/abe373a0-1cf8-464a-b227-91db91d7f610n%40chromium.org.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/96474e2b-a3b7-403f-b971-3a342a08cbe9n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BsyWAP_8rUw5j4jbqKD0Afs3zSyKW6DWd7UD5SvBpWnMykbXg%40mail.gmail.com.
It was pretty clear that we were building the most powerful analysis tool
that had been developed in history to monitor basically the entire world.
- Bill Binney, A Good American
Google Chrome blocks some downloads
Chrome automatically blocks dangerous downloads and protects your device and accounts from malware or viruses.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c2926e2b-179a-4c5e-80f8-830abde2da21n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BsyWANa0St7aYW1bYMXHuAmniuh4NF0-jfhoVzwngUKFhkPhQ%40mail.gmail.com.
There is no "Help" => "Report an issue" on Chrome-For-Testing Version 121.0.6103.0 (Official Build) (64-bit).I'm not using Chrome browser.I'm on Chromium, developing.I can't get a straight answer as to why Google Safe Browsing appears to be scanning files which I turned that off.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BsyWANa0St7aYW1bYMXHuAmniuh4NF0-jfhoVzwngUKFhkPhQ%40mail.gmail.com.
Setting the policy means users can't bypass download security decisions.
There are many types of download warnings within Chrome, which roughly break down into these categories (learn more about Safe Browsing verdicts
):> You have been repeatedly told that this does not happen if safe browsing is disabled, and furthermore, if you do see concrete evidence of this happening, that is a bug that would be addressed and fixed. I would be happy to file that bug on your behalf if you have evidence of this happening.I provided the evidence in this post.I deliberately turned off Google Safe Browsing. When I do a cursory search, follow links to why the files I download are being blocked, all roads lead back to Google Safe Browsing. I'm not imagining the links I am following. I'm not sure why me following links and showing how Google Safe Browsing keeps getting mentioned in Google documentation is leading me to this conclusion. How could I logically conclude otherwise?
Whether Google Safe Browsing or not, something is blocking download files, and I suspect scanning files written to the local file system when using FileSystemWritableFileStream.
// The choices for --enable-download-warning-improvements. This really should // just be a SINGLE_VALUE_TYPE, but it is misleading to have the choices be // labeled "Disabled"/"Enabled". So instead this is made to be a // MULTI_VALUE_TYPE with choices "Default"/"Enabled". const FeatureEntry::Choice kDownloadWarningImprovementsChoices[] = { {flags_ui::kGenericExperimentChoiceDefault, "", ""}, {flags_ui::kGenericExperimentChoiceEnabled, switches::kEnableDownloadWarningImprovements, ""}, }; |
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BsyWAO6Zj77BcRzYH72xxqnM8pTsY%2BgLqgHSO-9xz%2BBSBLS2g%40mail.gmail.com.
Nobody can really be rationally claiming that the _protocol_ a file or folder is downloaded from matter in the least.O.k. The user is on HTTP. Downloads a ZIP file. Let's say they download Chromium Developer build from a site that is publishing Chromium unmodified from the original download, they're just providing Chromium, the open source project.
The ZIP file ain't gonna unzip itself.After downloading from non-HTTPS: protocol, for whatever reasons the ordinary user has, the user would have to then deliberately unzip the archive. Then deliberately run chrome or chrome-wrapper.
For an ordinary .js or .sh file the file retaining executable permissions just ain't happening. We have to do chmod +x or equivalent.So we are logically left with the reason being somebody is just trying to control somebody else's browsing behaviour, and influence how they decide to download content from the Internet, just because.There is no "security" issue at all, thus no warning warranted under the auspices of HTTP: or FILE: protocol alone being a real concern for a user.The user would literally have to hack themselves after downloading the file from an HTTP: protocol, which they would have to do had they downloaded the file or archive from HTTPS: protocol.So, the warning itself makes no sense.
To proffer the idea that the nonsensical warning shouldn't even be capable of being turned off is rather astonishing. It tells me people want to control how other people are use Chromium, for some control or some other undisclosed reason, 'cause I can't see a reason given the technical facts concerning what an ordinary Chrome user would have to do for a file or archive downloaded from any URL to impact their security such that they should be warned about downloading files from certain protocols.I suggest re-reading the Brave issue to get a gist of the sentiment of developers in the field, and how far removed from their idea of developing on Chromium maintainers can be - due to upstream decision to bake this, and other "security" "features" in to Chromium, without also thinking about people who don't want to do on their machines what you do on your machine. The option should always be present for developers to turn features on and off.
> The user being on HTTP and downloading a file is reasonable and sufficient to surface this warning imo.I don't. Developers in the field don't.> Right, this warning assumes that the user downloading a file will also presumably do something with it, and the warning tries to discourage the "doing something with it" as the content can't be trusted.So you confess this is a sociall engineering experiment trying to influence users in the UI based on your own on-house beliefs.> It does because if a man-in-the-middle attacker can change the contents of any zip or deb file that you're downloading (thx HTTP) you are /very likely/ to end up executing malware on your computer, often even with root privileges. Hence the warning.That can happen on any protocol and any Web page.The Internet and all signal communications are insecure.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BsyWAPLQJ_EbEBULoe61k1s5TMRr-EMLOehs62hp70sea2FNw%40mail.gmail.com.