I'm not sure the individual asking for feedback here https://bugs.chromium.org/p/chromium/issues/detail?id=1490891 understands all the information they are asking for is in OP.I'm not interested in Google Safe Browsing, at all. I explicitly turned it off. None of it should be on, but some of it is.
--
--
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+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/b8ebc7c9-3d04-44d1-a6c0-ff04e3fc19b3n%40chromium.org.
hello, so hard to understand what you were talking about.
On Saturday, October 21, 2023, guest271314 <guest...@gmail.com> wrote:
I'm not sure the individual asking for feedback here https://bugs.chromium.org/p/chromium/issues/detail?id=1490891 understands all the information they are asking for is in OP.I'm not interested in Google Safe Browsing, at all. I explicitly turned it off. None of it should be on, but some of it is.--
--
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/CA%2BsyWAPEc16nnbz-dTWW5CWWP_Y8XhKS8Dd_U5xfbf9E-7w_zw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/b10f5686-f70f-43bb-8d72-5341dc846a0an%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/00ae4894-6248-4a7e-9abe-ffc05e2a2cd7n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/bf6bf2ca-e863-41ce-8d0c-b0ad54764892n%40chromium.org.
> The internal Safe Browsing page presumably was meant for debugging only, and probably wasn't designed with user experience in mind.All chrome://* URL's are for debugging. I'm not talking about a user experience. I'm talking about accurately reporting what is enabled and what is not enabled.
It is not outside the scope of verifying a browser does what it says it does and does not do what it is not supposed to do to retrieve all possible information about what is being tested, then draw a logical conclusion.I know that Google Safe Browsing was at one point, and still is used to "scan" files downloaded and files written to the local file system with FileSystemWritableFileStream of File System Access API.
So it's rational to ask if I deliberately turned that "feature" off, as the setting itself says: "off", if files are still being scanned by Google Safe Browsing anyway, after all, the only indication that I have from the application (Chrom, Chromium) is that some ("internal") "features" are "Enabled".
> I think another way to think about this whole issue: Can tell Safe Browsing is on without chrome://safe-browsing? If the page didn't exist, would you have any reason to think a bug existed? There are, after all, lots of variables within a browser that have no external UI surfaced.
You raise an interesting question here.Who said I wanted Google Safe Browsing enabled by default anyway?
Yes, I would find another way to try to verify if the "feature" was on/implemented/behind one or more flags, by testing. I would read the source code, read the contents of the extracted Chrome/Chromium .zip folder before, during, after launching the application.Just like I found out that Chrome's implementation of Web Speech API speechSynthesis.speak() - when Google voices are used - sends the users' text to remote servers, and that server sends back an audio file. Similarly for webkitSpeechRocognition the users' PII, their voice, is recorded and sent to remote servers for processing, then the transcript is sent back to the browser. I don't think those facts are documented anywhere.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/78c5c2a5-f82e-4b09-ac97-ee169d1e6623n%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/e5c5d775-a318-4265-8455-d5462bc6af20n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAF3XrKqWn8oxtpBxXzJsw8WPE-5Ly%3DnjNeSsD%3DcqmYf_M8F%3D2w%40mail.gmail.com.
I'm going to answer what I can inline. However, chromium-dev@ is a list with wide distribution, and there are quite a few topics getting entangled in here. If you have feedback or bugs about Chrome, filing issues at https://crbug.com/new is a better way.
> By the way, why is Google Safe Browsing still using the term "whitelist" here safebrowsing.safe_browsing_whitelist_domains:?
Preferences are persisted to storage. Renaming them is non-trivial and potentially error-prone and requires maintaining migration code for long periods of time.
> Is are Chromium developers stating here that when I turn off/disable Google Safe Browsing in chrome://settings (probably the first place where chrome://* URL's are discoverable for Chromium and Chrome users who are not developers) is Google Safe Browsing completely off?
Yes; if you set "Safe Browsing" to disabled, all safe browsing features are disabled. As I mentioned on the bug, if you discover a case where this does not happen, that is a bug.
> The issue is the erroneous Enabled on chrome://safe-browsing IF those notifications are erroneous and Google Safe Browsing if in fact disabled like I set it to be. OR Google Safe Browsing is still on. There's no way to know for sure due to the report page printing Enabled for certain "internal" experiments, etc. - and the ZIP files I download are being stripped of executable bits, including Chrome-For-Testing itself.
The "enabled" indications on the chrome://safe-browsing page are *not* erroneous. They are a reflection of the internal state, and the target is a developer working on Chrome that needs the page to accurately reflect the internal state. It is not intended to be used as a canonical source for "is safe browsing enabled". That is what chrome://settings is for.If you set Safe Browsing to disabled in the Settings UI, it is off.
> What this results in is Chrome stripping the file metadata from Chrome when I download in the browser. So Chrome thinks Chrome is a suspect download and preemptively removed the executable bits.
This isn't related to safe browsing or even Chrome specifically. URL requests (and responses) don't encode Posix access permissions. Chrome isn't removing the executable bits, because it never knew about them to begin with. `curl` and other similar utilities do not mark files as executable by default either; that's why many installation scripts (e.g. Rust's) download the installation script with curl but pipe the result into sh.Daniel
On Mon, 23 Oct 2023 at 22:56, 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/e5c5d775-a318-4265-8455-d5462bc6af20n%40chromium.org.
curl -Ls https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6089.0/linux64/chrome-linux64.zip -o chrome-linux64.zip && stat -f %p chrome-linux64.zip
to output something like 644 or 600, not 755 nor 700.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
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/c222fe56-f756-40b1-8407-81dc928b6a1fn%40chromium.org.
The idea is to update Chrome-For-Testing to the latest Canary or Developer buils from and using Chrome-For-Testing.