[blink-dev] Intent to Prototype: HTTPS Upgrades

2022-12-07 Thread Chris Thompson
Contact emailscth...@chromium.org, dadr...@chromium.org Explainerhttps://github.com/dadrian/https-upgrade/blob/main/explainer.md Specification Summary Automatically and optimistically upgrade all main-frame navigations to HTTPS, with fast fallback to HTTP. Blink componentInternals>Network

Re: [blink-dev] Intent to Deprecate and Remove: WebSQL in non-secure contexts

2022-12-08 Thread Chris Thompson
I'll note that file:// URLs are considered secure contexts, which may be relevant for single-html-file apps -- see https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts#when_is_a_context_considered_secure On Thu, Dec 8, 2022 at 4:28 PM 'Ben Morss' via blink-dev < blink-dev@chromium

Re: [blink-dev] Intent to Remove: TLS 1.0 and TLS 1.1

2021-11-09 Thread Chris Thompson
Another update for this thread: We will be completing the final removal of support for TLS 1.0/1.1 in M-98, which is scheduled to ship to Stable channel in February 2022. This change will remove the bypassable interstitial warning and instead Chrome will refuse to connect and show a non-bypassable

Re: [blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-08-23 Thread Chris Thompson
nt of > time to land, please let us know. > > On Wed, Jul 19, 2023 at 9:02 PM Chris Harrelson > wrote: > >> LGTM2 with the same conditions as Daniel. Thanks also for following up >> with a summary before proceeding with rollout! >> >> On Wed, Jul 19, 2023

Re: [blink-dev] Intent to Deprecate and Remove: WebRTC's RTCStats of type "track" and "stream".

2023-02-07 Thread Chris Thompson
> Do we have trackable statistics on the usage of corporate policies? > ie if nobody uses the policy in 2 milestones, can we detect that and decide that it is not needed and delete it, or will we be as unsure as we are now? It is quite common in my experience to handle removals with an enterprise

[blink-dev] Intent to Ship: HTTPS Upgrades

2023-05-24 Thread Chris Thompson
Contact emailscth...@chromium.org, dadr...@google.com Explainerhttps://github.com/dadrian/https-upgrade/blob/main/explainer.md Specificationhttps://github.com/whatwg/fetch/pull/1655 Summary Automatically and optimistically upgrade all main-frame navigations to HTTPS, with fast fallback to HTTP.

Re: [blink-dev] Intent to Ship: HTTPS Upgrades

2023-05-24 Thread Chris Thompson
n Wed, May 24, 2023 at 4:36 PM Rik Cabanier wrote: > This is an awesome change that will make the web better! > Did you run any experiments or origin trials to see how it works in the > field? Are you planning on rolling it out slowly to see the impact? > > On Wed, May 24

[blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-05-25 Thread Chris Thompson
On Thu, May 25, 2023 at 1:13 AM Chris Thompson > wrote: > >> Contact emailscth...@chromium.org, dadr...@google.com >> >> Explainerhttps://github.com/dadrian/https-upgrade/blob/main/explainer.md >> >> Specificationhttps://github.com/whatwg/fetch/pull/1655 >>

Re: [blink-dev] Intent to Ship: HTTPS Upgrades

2023-05-25 Thread Chris Thompson
To cabanier@: On Thu, May 25, 2023 at 7:49 AM Rik Cabanier wrote: > > > On Wed, May 24, 2023 at 4:43 PM Chris Thompson > wrote: > >> We're planning to roll this out as a field trial, hopefully starting in >> Chrome 115 at 1% Stable in order to keep an eye i

Re: [blink-dev] Intent to Ship: HTTPS Upgrades

2023-05-25 Thread Chris Thompson
n Thu, May 25, 2023 at 9:49 AM Rik Cabanier wrote: > >> >> >> On Wed, May 24, 2023 at 4:43 PM Chris Thompson >> wrote: >> >>> We're planning to roll this out as a field trial, hopefully starting in >>> Chrome 115 at 1% Stable in order to keep an e

Re: [blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-06-07 Thread Chris Thompson
t mode, I'm excited to see this ship >>>> ASAP! >>>> >>>> On Wed, May 31, 2023, 5:29 a.m. 'Mike West' via blink-dev < >>>> blink-dev@chromium.org> wrote: >>>> >>>>> On Fri, May 26, 2023 at 1:32 AM Chris Thomps

Re: [blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-06-08 Thread Chris Thompson
On Wed, Jun 7, 2023 at 9:41 PM Yoav Weiss wrote: > Thanks for working on this! > > On Wed, Jun 7, 2023 at 11:44 PM Chris Thompson > wrote: > >> Thanks all. Some updates: >> >>- We have filed a TAG review request >><https://github.com/w3ctag

[blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-07-10 Thread Chris Thompson
Could you provide more information on what is occurring (or maybe better: file a bug at crbug.com/new with details and link it here)? That's the correct flag to force-disable the feature (you can also disable it during the experimental period in chrome://flags/#https-upgrades). Note that Chrome ha

[blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-07-10 Thread Chris Thompson
t doesn't seem to make any difference (proxy is still getting >> a "CONNECT :443"). >> >> Note that our previous build (115.0.5790.32) does not do these upgrades, >> so I don't need any disable-feature switch for the m115 build. However, >> t

[blink-dev] Intent to Experiment: HTTPS Upgrades

2023-07-11 Thread Chris Thompson
Contact emailscth...@chromium.org, dadr...@google.com Explainerhttps://github.com/dadrian/https-upgrade/blob/main/explainer.md Specificationhttps://github.com/whatwg/fetch/pull/1655 Summary Automatically and optimistically upgrade all main-frame navigations to HTTPS, with fast fallback to HTTP.

[blink-dev] Re: Intent to Experiment: HTTPS Upgrades

2023-07-11 Thread Chris Thompson
com/whatwg/fetch/pull/1655> has not yet landed. On Tue, Jul 11, 2023 at 1:51 PM Chris Thompson wrote: > Contact emailscth...@chromium.org, dadr...@google.com > > Explainerhttps://github.com/dadrian/https-upgrade/blob/main/explainer.md > > Specificationhttps://github.com/w

Re: [blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-07-19 Thread Chris Thompson
gt; /Daniel > On 2023-06-14 17:40, Yoav Weiss wrote: > > > > On Thursday, June 8, 2023 at 5:53:49 PM UTC+2 Chris Thompson wrote: > > On Wed, Jun 7, 2023 at 9:41 PM Yoav Weiss wrote: > > Thanks for working on this! > > On Wed, Jun 7, 2023 at 11:44 PM Chris Thompson &

Re: [blink-dev] Re: Intent to Experiment: HTTPS Upgrades

2023-07-19 Thread Chris Thompson
Thanks, > -Caleb > > On Wednesday, July 12, 2023 at 1:06:55 AM UTC-4 Yoav Weiss wrote: > >> M115 experimentation LGTM >> >> On Tue, Jul 11, 2023, 22:53 Chris Thompson wrote: >> >>> Quick additional context for this intent: we have previously sent an

Re: [blink-dev] Re: Intent to Experiment: HTTPS Upgrades

2023-07-19 Thread Chris Thompson
eak). >> >> Thanks, >> -Caleb >> >> On Wednesday, July 12, 2023 at 1:06:55 AM UTC-4 Yoav Weiss wrote: >> >>> M115 experimentation LGTM >>> >>> On Tue, Jul 11, 2023, 22:53 Chris Thompson wrote: >>> >>>> Quick additional c