[webkit-changes] [WebKit/WebKit] 803074: Remove managed configuration setting to enable leg...
Alex Christensen
noreply at github.com
Mon Mar 18 15:33:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 803074e08cd722c86aa733598862df6250c1b826
https://github.com/WebKit/WebKit/commit/803074e08cd722c86aa733598862df6250c1b826
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/NavigationState.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm
Log Message:
-----------
Remove managed configuration setting to enable legacy TLS without warning in Safari
https://bugs.webkit.org/show_bug.cgi?id=271162
rdar://124635456
Reviewed by Chris Dumez.
It was added several years ago to allow transition to a Safari that warns when you are using TLS 1.0 or 1.1.
That several year long transition no longer needs a managed configuration setting to allow legacy TLS in
Safari without a warning. Safari uses _WKWebsiteDataStoreConfiguration.legacyTLSEnabled to disable it.
Users also have the ability to click through a warning to access pages with legacy TLS.
* Source/WebKit/UIProcess/Cocoa/NavigationState.mm:
(WebKit::systemAllowsLegacyTLSFor):
Canonical link: https://commits.webkit.org/276308@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