On Mon, 19 Oct 2020 04:29:13 GMT, Arun Joseph <ajos...@openjdk.org> wrote:

> We should use the public_suffix_list.dat file in the JDK instead. Reading the 
> public_suffix_list.dat file is modified to be similar to 
> [DomainName.java](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/security/util/DomainName.java).
>  If the file is not present, `isPublicSuffix()` returns `false`, which is 
> similar to how WebKit ignores the public suffix check when it is disabled.
> 
> Test: Run PublicSuffixesTest.java

This pull request has now been integrated.

Changeset: c8d9c94d
Author:    Arun Joseph <ajos...@openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/c8d9c94d
Stats:     5363 lines in 4 files changed: 87 ins; 5214 del; 62 mod

8254049: Update WebView to public suffix list 2020-04-24

Reviewed-by: kcr, ghb

-------------

PR: https://git.openjdk.java.net/jfx/pull/324

Reply via email to