|
81 | 81 | "expectURL": "https://broken.third-party.site/path/to",
|
82 | 82 | "exceptPlatforms": [
|
83 | 83 | "web-extension",
|
84 |
| - "safari-extension" |
| 84 | + "safari-extension", |
| 85 | + "windows-browser" |
85 | 86 | ]
|
86 | 87 | }
|
87 | 88 | ]
|
|
94 | 95 | "name": "Simple domain - extract hostname portion from the URL",
|
95 | 96 | "siteURL": "http://www.somesite.com",
|
96 | 97 | "expectDomain": "somesite.com",
|
97 |
| - "exceptPlatforms": [] |
| 98 | + "exceptPlatforms": [ "windows-browser" ] |
98 | 99 | },
|
99 | 100 | {
|
100 | 101 | "name": "Simple domain with a port",
|
101 | 102 | "siteURL": "http://www.somesite.com:8000/",
|
102 | 103 | "expectDomain": "somesite.com",
|
103 |
| - "exceptPlatforms": [] |
| 104 | + "exceptPlatforms": [ "windows-browser" ] |
104 | 105 | },
|
105 | 106 | {
|
106 | 107 | "name": "Simple domain with a username",
|
107 | 108 | "siteURL": "http://user:[email protected]",
|
108 | 109 | "expectDomain": "somesite.com",
|
109 |
| - "exceptPlatforms": [] |
| 110 | + "exceptPlatforms": [ "windows-browser" ] |
110 | 111 | },
|
111 | 112 | {
|
112 | 113 | "name": "Simple domain with a fragment",
|
113 | 114 | "siteURL": "http://www.somesite.com#fragment",
|
114 | 115 | "expectDomain": "somesite.com",
|
115 |
| - "exceptPlatforms": [] |
| 116 | + "exceptPlatforms": [ "windows-browser" ] |
116 | 117 | },
|
117 | 118 | {
|
118 | 119 | "name": "Simple domain with a query string",
|
119 | 120 | "siteURL": "http://www.somesite.com?some=value",
|
120 | 121 | "expectDomain": "somesite.com",
|
121 |
| - "exceptPlatforms": [] |
| 122 | + "exceptPlatforms": [ "windows-browser" ] |
122 | 123 | },
|
123 | 124 | {
|
124 | 125 | "name": "Decode any %XX escapes present in the hostname",
|
|
0 commit comments