mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8331864: Update Public Suffix List to 1cbd6e7
Reviewed-by: mullan
This commit is contained in:
parent
f12ed061ae
commit
b91083341a
5 changed files with 464 additions and 160 deletions
|
@ -1,2 +1,2 @@
|
||||||
Github: https://raw.githubusercontent.com/publicsuffix/list/b5bf572c52988dbe9d865b8f090ea819024a9936/public_suffix_list.dat
|
Github: https://raw.githubusercontent.com/publicsuffix/list/1cbd6e71a9b83620b1d0b11e49d3d9ff48c27e22/public_suffix_list.dat
|
||||||
Date: 2023-11-09
|
Date: 2024-05-07
|
||||||
|
|
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/b5bf572c52988dbe9d865b8f090ea819024a9936/public_suffix_list.dat.
|
https://raw.githubusercontent.com/publicsuffix/list/1cbd6e71a9b83620b1d0b11e49d3d9ff48c27e22/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/.
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8228969 8244087 8255266 8302182
|
* @bug 8228969 8244087 8255266 8302182 8331864
|
||||||
* @modules java.base/sun.security.util
|
* @modules java.base/sun.security.util
|
||||||
* @summary unit test for RegisteredDomain
|
* @summary unit test for RegisteredDomain
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -161,6 +161,17 @@ site.ai.vn ai.vn site.ai.vn
|
||||||
foo.السعودية السعودية foo.السعودية
|
foo.السعودية السعودية foo.السعودية
|
||||||
w.foo.السعودية السعودية foo.السعودية
|
w.foo.السعودية السعودية foo.السعودية
|
||||||
|
|
||||||
|
# newGTLDs
|
||||||
|
|
||||||
|
# This is not a GTLD
|
||||||
|
www.site.unknown www.site.unknown null
|
||||||
|
|
||||||
|
# GTLD added in 1cbd6e7
|
||||||
|
www.site.wed wed site.wed
|
||||||
|
|
||||||
|
# GTLD removed in 1cbd6e7
|
||||||
|
www.site.oldnavy www.site.oldnavy null
|
||||||
|
|
||||||
# Microsoft
|
# Microsoft
|
||||||
1.azurestaticapps.net 1.azurestaticapps.net null
|
1.azurestaticapps.net 1.azurestaticapps.net null
|
||||||
app.1.azurestaticapps.net 1.azurestaticapps.net app.1.azurestaticapps.net
|
app.1.azurestaticapps.net 1.azurestaticapps.net app.1.azurestaticapps.net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue