Bug 216919 - REGRESSION(r267502): [GTK][WPE] ephemeral WebKitWebsiteDataManager ignores TLS errors by default
Summary: REGRESSION(r267502): [GTK][WPE] ephemeral WebKitWebsiteDataManager ignores TL...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-09-24 02:02 PDT by Carlos Garcia Campos
Modified: 2020-09-24 02:17 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.25 KB, patch)
2020-09-24 02:06 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch (4.25 KB, patch)
2020-09-24 02:10 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2020-09-24 02:02:45 PDT
In case of ephemeral data manager we are initializing the policy but not setting it in the WebsiteDataStore.
Comment 1 Carlos Garcia Campos 2020-09-24 02:06:34 PDT
Created attachment 409543 [details]
Patch
Comment 2 EWS Watchlist 2020-09-24 02:07:25 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2020-09-24 02:10:30 PDT
Created attachment 409544 [details]
Patch
Comment 4 Carlos Garcia Campos 2020-09-24 02:17:27 PDT
Committed r267524: <https://trac.webkit.org/changeset/267524>