8255266: Update Public Suffix List to 3c213aa
Reviewed-by: xuelei
This commit is contained in:
parent
cfbfd9bf41
commit
7ce75afbbc
@ -1,2 +1,2 @@
|
|||||||
Github: https://raw.githubusercontent.com/publicsuffix/list/cbbba1d234670453df9c930dfbf510c0474d4301/public_suffix_list.dat
|
Github: https://raw.githubusercontent.com/publicsuffix/list/3c213aab32b3c014f171b1673d4ce9b5cd72bf1c/public_suffix_list.dat
|
||||||
Date: 2020-04-24
|
Date: 2021-11-27
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ If you do not wish to use the Public Suffix List, you may remove the
|
|||||||
|
|
||||||
The Source Code of this file is available under the
|
The Source Code of this file is available under the
|
||||||
Mozilla Public License, v. 2.0 and is located at
|
Mozilla Public License, v. 2.0 and is located at
|
||||||
https://raw.githubusercontent.com/publicsuffix/list/cbbba1d234670453df9c930dfbf510c0474d4301/public_suffix_list.dat.
|
https://raw.githubusercontent.com/publicsuffix/list/3c213aab32b3c014f171b1673d4ce9b5cd72bf1c/public_suffix_list.dat.
|
||||||
If a copy of the MPL was not distributed with this file, you can obtain one
|
If a copy of the MPL was not distributed with this file, you can obtain one
|
||||||
at https://mozilla.org/MPL/2.0/.
|
at https://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8228969 8244087
|
* @bug 8228969 8244087 8255266
|
||||||
* @modules java.base/sun.security.util
|
* @modules java.base/sun.security.util
|
||||||
* @summary unit test for RegisteredDomain
|
* @summary unit test for RegisteredDomain
|
||||||
*/
|
*/
|
||||||
|
@ -56,6 +56,11 @@ biz biz null
|
|||||||
site.biz biz site.biz
|
site.biz biz site.biz
|
||||||
w.site.biz biz site.biz
|
w.site.biz biz site.biz
|
||||||
|
|
||||||
|
# br
|
||||||
|
br br null
|
||||||
|
dev.br dev.br null
|
||||||
|
x.dev.br dev.br x.dev.br
|
||||||
|
|
||||||
# cn (unicode)
|
# cn (unicode)
|
||||||
#
|
#
|
||||||
foo.mil.cn mil.cn foo.mil.cn
|
foo.mil.cn mil.cn foo.mil.cn
|
||||||
|
Loading…
Reference in New Issue
Block a user