[webkit-changes] [WebKit/WebKit] ee3d66: REGRESSION(260511 at main): [GLib] Fix HSTS storage d...

Michael Catanzaro noreply at github.com
Wed Mar 1 12:46:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ee3d66cfa896f22e63b7a18039791cd3bc10e005
      https://github.com/WebKit/WebKit/commit/ee3d66cfa896f22e63b7a18039791cd3bc10e005
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp

  Log Message:
  -----------
  REGRESSION(260511 at main): [GLib] Fix HSTS storage directory
https://bugs.webkit.org/show_bug.cgi?id=253162

Reviewed by Adrian Perez de Castro.

Oops, I messed up a preprocessor guard. Now the new API version is
putting HSTS storage in the old compatibility location, while the old
API version is putting HSTS storage in the new location. Let's fix that.

* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::defaultHSTSStorageDirectory):

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




More information about the webkit-changes mailing list