[webkit-changes] [WebKit/WebKit] 4e4194: Decouple HTTPSOnly failure and the HTTPS-by-defaul...

Commit Queue noreply at github.com
Fri Aug 30 14:13:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4e4194e48a1fb769d4b33fdc9dad5cea0d3e086a
      https://github.com/WebKit/WebKit/commit/4e4194e48a1fb769d4b33fdc9dad5cea0d3e086a
  Author: Matthew Finkel <m_finkel at apple.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M Source/WebCore/loader/cache/CachedResourceLoader.cpp

  Log Message:
  -----------
  Decouple HTTPSOnly failure and the HTTPS-by-default preference
https://bugs.webkit.org/show_bug.cgi?id=278264
rdar://problem/134595619

Reviewed by Alex Christensen.

I was using the preference to govern all https-by-default related behavior, but
that was only a temporary stopgap. Now we'll just rely on the HTTPSByDefault
mode.

* Source/WebCore/loader/cache/CachedResourceLoader.cpp:
(WebCore::CachedResourceLoader::requestResource):

Canonical link: https://commits.webkit.org/282991@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list