Skip to content

Commit 58201fc

Browse files
authored
Skip broken canonicalization tests for windows-browser (#149)
1 parent 47a71fc commit 58201fc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

malicious-site-protection/canonicalization_tests.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"expectURL": "https://broken.third-party.site/path/to",
8282
"exceptPlatforms": [
8383
"web-extension",
84-
"safari-extension"
84+
"safari-extension",
85+
"windows-browser"
8586
]
8687
}
8788
]
@@ -94,31 +95,31 @@
9495
"name": "Simple domain - extract hostname portion from the URL",
9596
"siteURL": "http://www.somesite.com",
9697
"expectDomain": "somesite.com",
97-
"exceptPlatforms": []
98+
"exceptPlatforms": [ "windows-browser" ]
9899
},
99100
{
100101
"name": "Simple domain with a port",
101102
"siteURL": "http://www.somesite.com:8000/",
102103
"expectDomain": "somesite.com",
103-
"exceptPlatforms": []
104+
"exceptPlatforms": [ "windows-browser" ]
104105
},
105106
{
106107
"name": "Simple domain with a username",
107108
"siteURL": "http://user:[email protected]",
108109
"expectDomain": "somesite.com",
109-
"exceptPlatforms": []
110+
"exceptPlatforms": [ "windows-browser" ]
110111
},
111112
{
112113
"name": "Simple domain with a fragment",
113114
"siteURL": "http://www.somesite.com#fragment",
114115
"expectDomain": "somesite.com",
115-
"exceptPlatforms": []
116+
"exceptPlatforms": [ "windows-browser" ]
116117
},
117118
{
118119
"name": "Simple domain with a query string",
119120
"siteURL": "http://www.somesite.com?some=value",
120121
"expectDomain": "somesite.com",
121-
"exceptPlatforms": []
122+
"exceptPlatforms": [ "windows-browser" ]
122123
},
123124
{
124125
"name": "Decode any %XX escapes present in the hostname",

0 commit comments

Comments
 (0)