@duckduckgo/autoconsent 7.1.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/Jenkinsfile +20 -37
- package/data/coverage.json +507 -531
- package/dist/addon-firefox/background.bundle.js +1 -0
- package/dist/addon-firefox/content.bundle.js +12 -15
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +127 -184
- package/dist/addon-mv3/background.bundle.js +1 -0
- package/dist/addon-mv3/content.bundle.js +12 -15
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +127 -184
- package/dist/autoconsent.cjs.js +12 -15
- package/dist/autoconsent.esm.js +12 -15
- package/dist/autoconsent.playwright.js +1 -1
- package/lib/cmps/cookiebot.ts +1 -4
- package/lib/cmps/evidon.ts +1 -1
- package/lib/cmps/trustarc-top.ts +1 -1
- package/lib/eval-snippets.ts +1 -0
- package/lib/rule-executors.ts +4 -4
- package/lib/rules.ts +1 -6
- package/lib/utils.ts +3 -5
- package/lib/web.ts +1 -1
- package/package.json +3 -2
- package/playwright/runner.ts +1 -0
- package/playwright.config.ts +0 -2
- package/readme.md +37 -28
- package/rules/autoconsent/1password-com.json +1 -1
- package/rules/autoconsent/agolde-com.json +1 -1
- package/rules/autoconsent/altium-com.json +1 -1
- package/rules/autoconsent/aquasana-com.json +1 -1
- package/rules/autoconsent/athlinks-com.json +1 -1
- package/rules/autoconsent/ausopen.json +1 -1
- package/rules/autoconsent/baden-wuerttemberg-de.json +1 -1
- package/rules/autoconsent/bbb.json +1 -1
- package/rules/autoconsent/burpee-com.json +1 -1
- package/rules/autoconsent/cc-banner.json +1 -1
- package/rules/autoconsent/clustrmaps-com.json +1 -1
- package/rules/autoconsent/complianz-notice.json +1 -1
- package/rules/autoconsent/cookie-law-info.json +1 -1
- package/rules/autoconsent/cookie-notice.json +1 -1
- package/rules/autoconsent/cookieinformation.json +1 -1
- package/rules/autoconsent/cookieyes.json +1 -1
- package/rules/autoconsent/crossfit-com.json +1 -1
- package/rules/autoconsent/dailymotion-us.json +1 -1
- package/rules/autoconsent/delta-com.json +1 -1
- package/rules/autoconsent/dsgvo.json +1 -1
- package/rules/autoconsent/eu-cookie-compliance.json +1 -1
- package/rules/autoconsent/eu-cookie-law.json +1 -1
- package/rules/autoconsent/geeks-for-geeks.json +1 -1
- package/rules/autoconsent/generic-cosmetic.json +1 -1
- package/rules/autoconsent/hema-com.json +21 -0
- package/rules/autoconsent/hl-co-uk.json +1 -1
- package/rules/autoconsent/indeed-com.json +1 -1
- package/rules/autoconsent/ing-de.json +18 -0
- package/rules/autoconsent/itopvpn-com.json +1 -1
- package/rules/autoconsent/jquery-cookiebar.json +1 -1
- package/rules/autoconsent/macpaw-com.json +1 -1
- package/rules/autoconsent/marksandspencer.json +1 -1
- package/rules/autoconsent/midway-usa.json +1 -1
- package/rules/autoconsent/moove.json +1 -1
- package/rules/autoconsent/nba-com.json +1 -1
- package/rules/autoconsent/netflix-de.json +1 -1
- package/rules/autoconsent/notice-cookie.json +1 -1
- package/rules/autoconsent/nrk-no.json +1 -1
- package/rules/autoconsent/osano.json +1 -1
- package/rules/autoconsent/pinetools-com.json +1 -1
- package/rules/autoconsent/pmc-cmp.json +1 -1
- package/rules/autoconsent/pornhub.json +1 -1
- package/rules/autoconsent/pornpics.json +1 -1
- package/rules/autoconsent/primebox.json +1 -1
- package/rules/autoconsent/samsung-com.json +1 -1
- package/rules/autoconsent/similarweb-com.json +1 -1
- package/rules/autoconsent/takealot-com.json +1 -1
- package/rules/autoconsent/tealium.json +2 -2
- package/rules/autoconsent/testcmp-cosmetic.json +1 -1
- package/rules/autoconsent/tidbits-com.json +1 -1
- package/rules/autoconsent/tractor-supply.json +1 -1
- package/rules/autoconsent/trader-joes-com.json +1 -1
- package/rules/autoconsent/true-car.json +1 -1
- package/rules/autoconsent/tumblr-com.json +1 -1
- package/rules/autoconsent/twitch.json +1 -1
- package/rules/autoconsent/uk-cookie-consent.json +1 -1
- package/rules/autoconsent/urbanarmorgear-com.json +1 -1
- package/rules/autoconsent/whitepages.json +1 -1
- package/rules/autoconsent/wpcc.json +1 -1
- package/rules/autoconsent/xhamster-us.json +1 -1
- package/rules/autoconsent/xnxx-com.json +1 -1
- package/rules/autoconsent/youporn.json +1 -1
- package/rules/rules.json +127 -184
- package/tests/_sample-test.spec.ts +16 -0
- package/tests/hema.spec.ts +7 -0
package/data/coverage.json
CHANGED
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"http://www.backblaze.com/",
|
|
21
21
|
"http://www.design911.co.uk/",
|
|
22
22
|
"http://www.merseyrail.org/",
|
|
23
|
-
"http://www.ruarkaudio.com/"
|
|
24
|
-
"http://www.wanderlust.co.uk/"
|
|
23
|
+
"http://www.ruarkaudio.com/"
|
|
25
24
|
],
|
|
26
25
|
"failingSites": [],
|
|
27
26
|
"errorSites": [
|
|
@@ -36,10 +35,10 @@
|
|
|
36
35
|
"selfTestFailures": 0,
|
|
37
36
|
"exampleSites": [
|
|
38
37
|
"http://gadgetmates.com/",
|
|
39
|
-
"http://hiconsumption.com/",
|
|
40
|
-
"http://thecoconutmama.com/",
|
|
41
38
|
"http://www.interweave.com/",
|
|
42
|
-
"http://
|
|
39
|
+
"http://mechanicsnews.com/",
|
|
40
|
+
"http://sailboatdata.com/",
|
|
41
|
+
"http://washingtoncitypaper.com/"
|
|
43
42
|
],
|
|
44
43
|
"failingSites": [],
|
|
45
44
|
"errorSites": []
|
|
@@ -49,11 +48,11 @@
|
|
|
49
48
|
"errors": 0,
|
|
50
49
|
"selfTestFailures": 1,
|
|
51
50
|
"exampleSites": [
|
|
52
|
-
"http://
|
|
53
|
-
"http://
|
|
54
|
-
"http://www.
|
|
55
|
-
"http://
|
|
56
|
-
"http://
|
|
51
|
+
"http://macandegg.de/",
|
|
52
|
+
"http://echtsolar.de/",
|
|
53
|
+
"http://www.openmediavault.org/",
|
|
54
|
+
"http://blog.berrybase.de/",
|
|
55
|
+
"http://michael-nehls.de/"
|
|
57
56
|
],
|
|
58
57
|
"failingSites": [
|
|
59
58
|
"http://macandegg.de/"
|
|
@@ -65,11 +64,11 @@
|
|
|
65
64
|
"errors": 0,
|
|
66
65
|
"selfTestFailures": 1,
|
|
67
66
|
"exampleSites": [
|
|
68
|
-
"http://
|
|
69
|
-
"http://
|
|
70
|
-
"http://
|
|
71
|
-
"http://
|
|
72
|
-
"http://
|
|
67
|
+
"http://thecocktailsociety.uk/",
|
|
68
|
+
"http://pandalondon.com/",
|
|
69
|
+
"http://www.newcastle-hospitals.nhs.uk/",
|
|
70
|
+
"http://horoscopes.co.uk/",
|
|
71
|
+
"http://thefast800.com/"
|
|
73
72
|
],
|
|
74
73
|
"failingSites": [
|
|
75
74
|
"http://rsgb.org/"
|
|
@@ -96,11 +95,11 @@
|
|
|
96
95
|
"errors": 0,
|
|
97
96
|
"selfTestFailures": 0,
|
|
98
97
|
"exampleSites": [
|
|
99
|
-
"http://
|
|
100
|
-
"http://
|
|
101
|
-
"http://www.
|
|
102
|
-
"http://
|
|
103
|
-
"http://www.
|
|
98
|
+
"http://projectcamelotportal.com/",
|
|
99
|
+
"http://www.techgearlab.com/",
|
|
100
|
+
"http://www.outdoorgearlab.com/",
|
|
101
|
+
"http://coinapps.com/",
|
|
102
|
+
"http://www.tapatalk.com/"
|
|
104
103
|
],
|
|
105
104
|
"failingSites": [],
|
|
106
105
|
"errorSites": []
|
|
@@ -110,11 +109,11 @@
|
|
|
110
109
|
"errors": 0,
|
|
111
110
|
"selfTestFailures": 0,
|
|
112
111
|
"exampleSites": [
|
|
113
|
-
"http://
|
|
114
|
-
"http://
|
|
115
|
-
"http://www.
|
|
116
|
-
"http://
|
|
117
|
-
"http://www.
|
|
112
|
+
"http://everymac.com/",
|
|
113
|
+
"http://www.outdoorgearlab.com/",
|
|
114
|
+
"http://www.internisten-im-netz.de/",
|
|
115
|
+
"http://blenderartists.org/",
|
|
116
|
+
"http://www.opensubtitles.com/"
|
|
118
117
|
],
|
|
119
118
|
"failingSites": [],
|
|
120
119
|
"errorSites": []
|
|
@@ -124,11 +123,11 @@
|
|
|
124
123
|
"errors": 0,
|
|
125
124
|
"selfTestFailures": 0,
|
|
126
125
|
"exampleSites": [
|
|
127
|
-
"http://
|
|
128
|
-
"http://
|
|
129
|
-
"http://www.
|
|
130
|
-
"http://
|
|
131
|
-
"http://www.
|
|
126
|
+
"http://gparted.org/",
|
|
127
|
+
"http://www.harrisontelescopes.co.uk/",
|
|
128
|
+
"http://www.danword.com/",
|
|
129
|
+
"http://dating.telegraph.co.uk/",
|
|
130
|
+
"http://www.harmonystore.co.uk/"
|
|
132
131
|
],
|
|
133
132
|
"failingSites": [],
|
|
134
133
|
"errorSites": []
|
|
@@ -141,9 +140,9 @@
|
|
|
141
140
|
"selfTestFailures": 0,
|
|
142
141
|
"exampleSites": [
|
|
143
142
|
"http://handbrake.fr/",
|
|
144
|
-
"http://shop.panasonic.com/",
|
|
145
143
|
"http://www.lionbrand.com/",
|
|
146
|
-
"http://
|
|
144
|
+
"http://support.roku.com/",
|
|
145
|
+
"http://www.greenpan.us/",
|
|
147
146
|
"http://www.laurageller.com/"
|
|
148
147
|
],
|
|
149
148
|
"failingSites": [],
|
|
@@ -154,11 +153,11 @@
|
|
|
154
153
|
"errors": 0,
|
|
155
154
|
"selfTestFailures": 0,
|
|
156
155
|
"exampleSites": [
|
|
157
|
-
"http://www.
|
|
158
|
-
"http://
|
|
159
|
-
"http://
|
|
160
|
-
"http://
|
|
161
|
-
"http://www.
|
|
156
|
+
"http://www.dell.com/",
|
|
157
|
+
"http://www.awista.de/",
|
|
158
|
+
"http://www.edelmetall-handel.de/",
|
|
159
|
+
"http://rhinoshield.de/",
|
|
160
|
+
"http://www.dresden.de/"
|
|
162
161
|
],
|
|
163
162
|
"failingSites": [],
|
|
164
163
|
"errorSites": []
|
|
@@ -168,11 +167,11 @@
|
|
|
168
167
|
"errors": 0,
|
|
169
168
|
"selfTestFailures": 0,
|
|
170
169
|
"exampleSites": [
|
|
171
|
-
"http://
|
|
172
|
-
"http://
|
|
173
|
-
"http://
|
|
174
|
-
"http://
|
|
175
|
-
"http://www.
|
|
170
|
+
"http://uk.kef.com/",
|
|
171
|
+
"http://mr-fothergills.co.uk/",
|
|
172
|
+
"http://www.hertz.co.uk/",
|
|
173
|
+
"http://handbrake.fr/",
|
|
174
|
+
"http://www.dartscorner.co.uk/"
|
|
176
175
|
],
|
|
177
176
|
"failingSites": [],
|
|
178
177
|
"errorSites": []
|
|
@@ -184,11 +183,11 @@
|
|
|
184
183
|
"errors": 0,
|
|
185
184
|
"selfTestFailures": 0,
|
|
186
185
|
"exampleSites": [
|
|
187
|
-
"http://www.
|
|
188
|
-
"http://de.ecco.com/",
|
|
189
|
-
"http://www.boconcept.com/",
|
|
186
|
+
"http://www.netto.de/",
|
|
190
187
|
"http://www.captureone.com/",
|
|
191
|
-
"http://
|
|
188
|
+
"http://jysk.de/",
|
|
189
|
+
"http://skylum.com/",
|
|
190
|
+
"http://www.ortovox.com/"
|
|
192
191
|
],
|
|
193
192
|
"failingSites": [],
|
|
194
193
|
"errorSites": []
|
|
@@ -199,9 +198,9 @@
|
|
|
199
198
|
"selfTestFailures": 0,
|
|
200
199
|
"exampleSites": [
|
|
201
200
|
"http://consumer.huawei.com/",
|
|
202
|
-
"http://flyingtiger.com/",
|
|
203
|
-
"http://www.carpetright.co.uk/",
|
|
204
201
|
"http://www.puregym.com/",
|
|
202
|
+
"http://gb.ecco.com/",
|
|
203
|
+
"http://jysk.co.uk/",
|
|
205
204
|
"http://www.sinful.co.uk/"
|
|
206
205
|
],
|
|
207
206
|
"failingSites": [],
|
|
@@ -214,11 +213,11 @@
|
|
|
214
213
|
"errors": 0,
|
|
215
214
|
"selfTestFailures": 0,
|
|
216
215
|
"exampleSites": [
|
|
217
|
-
"http://www.
|
|
218
|
-
"http://
|
|
219
|
-
"http://www.
|
|
220
|
-
"http://
|
|
221
|
-
"http://www.
|
|
216
|
+
"http://www.jiffylube.com/",
|
|
217
|
+
"http://www.gelighting.com/",
|
|
218
|
+
"http://www.rheem.com/",
|
|
219
|
+
"http://server.nitrado.net/",
|
|
220
|
+
"http://www.mdlottery.com/"
|
|
222
221
|
],
|
|
223
222
|
"failingSites": [],
|
|
224
223
|
"errorSites": []
|
|
@@ -228,11 +227,11 @@
|
|
|
228
227
|
"errors": 0,
|
|
229
228
|
"selfTestFailures": 0,
|
|
230
229
|
"exampleSites": [
|
|
231
|
-
"http://
|
|
232
|
-
"http://www.
|
|
233
|
-
"http://www.
|
|
234
|
-
"http://www.
|
|
235
|
-
"http://
|
|
230
|
+
"http://bistum-regensburg.de/",
|
|
231
|
+
"http://www.hamburg-airport.de/",
|
|
232
|
+
"http://www.visitvalencia.com/",
|
|
233
|
+
"http://www.erf.de/",
|
|
234
|
+
"http://priwatt.de/"
|
|
236
235
|
],
|
|
237
236
|
"failingSites": [],
|
|
238
237
|
"errorSites": []
|
|
@@ -242,11 +241,11 @@
|
|
|
242
241
|
"errors": 0,
|
|
243
242
|
"selfTestFailures": 0,
|
|
244
243
|
"exampleSites": [
|
|
245
|
-
"http://
|
|
246
|
-
"http://www.
|
|
247
|
-
"http://
|
|
248
|
-
"http://www.
|
|
249
|
-
"http://www.
|
|
244
|
+
"http://envato.com/",
|
|
245
|
+
"http://www.networkrail.co.uk/",
|
|
246
|
+
"http://tfl.gov.uk/",
|
|
247
|
+
"http://www.jarrolds.co.uk/",
|
|
248
|
+
"http://www.agathachristie.com/"
|
|
250
249
|
],
|
|
251
250
|
"failingSites": [],
|
|
252
251
|
"errorSites": []
|
|
@@ -291,8 +290,8 @@
|
|
|
291
290
|
"selfTestFailures": 0,
|
|
292
291
|
"exampleSites": [
|
|
293
292
|
"http://mein-toilettenfetisch.com/",
|
|
294
|
-
"http://smago.de/",
|
|
295
293
|
"http://www.umrechnung-zoll-cm.de/",
|
|
294
|
+
"http://www.aquaristik.org/",
|
|
296
295
|
"http://www.oldiepornos.net/",
|
|
297
296
|
"http://www.sky-angebot.de/"
|
|
298
297
|
],
|
|
@@ -306,11 +305,11 @@
|
|
|
306
305
|
"errors": 0,
|
|
307
306
|
"selfTestFailures": 0,
|
|
308
307
|
"exampleSites": [
|
|
309
|
-
"http://
|
|
310
|
-
"http://www.
|
|
311
|
-
"http://www.
|
|
312
|
-
"http://
|
|
313
|
-
"http://www.
|
|
308
|
+
"http://feiertag.info/",
|
|
309
|
+
"http://www.dasbackstuebchen.de/",
|
|
310
|
+
"http://www.bauredakteur.de/",
|
|
311
|
+
"http://computingforgeeks.com/",
|
|
312
|
+
"http://www.dartn.de/"
|
|
314
313
|
],
|
|
315
314
|
"failingSites": [],
|
|
316
315
|
"errorSites": []
|
|
@@ -320,11 +319,11 @@
|
|
|
320
319
|
"errors": 0,
|
|
321
320
|
"selfTestFailures": 0,
|
|
322
321
|
"exampleSites": [
|
|
323
|
-
"http://
|
|
324
|
-
"http://
|
|
325
|
-
"http://
|
|
326
|
-
"http://
|
|
327
|
-
"http://www.
|
|
322
|
+
"http://funquizzes.uk/",
|
|
323
|
+
"http://www.cultofmac.com/",
|
|
324
|
+
"http://wahapedia.ru/",
|
|
325
|
+
"http://arduinogetstarted.com/",
|
|
326
|
+
"http://www.cookingtimes.co.uk/"
|
|
328
327
|
],
|
|
329
328
|
"failingSites": [],
|
|
330
329
|
"errorSites": []
|
|
@@ -337,10 +336,10 @@
|
|
|
337
336
|
"selfTestFailures": 0,
|
|
338
337
|
"exampleSites": [
|
|
339
338
|
"http://www.amwater.com/",
|
|
340
|
-
"http://www.
|
|
341
|
-
"http://www.
|
|
342
|
-
"http://www.
|
|
343
|
-
"http://www.
|
|
339
|
+
"http://www.udiscovermusic.com/",
|
|
340
|
+
"http://www.campbells.com/",
|
|
341
|
+
"http://www.drhorton.com/",
|
|
342
|
+
"http://www.firstam.com/"
|
|
344
343
|
],
|
|
345
344
|
"failingSites": [],
|
|
346
345
|
"errorSites": []
|
|
@@ -351,8 +350,8 @@
|
|
|
351
350
|
"selfTestFailures": 0,
|
|
352
351
|
"exampleSites": [
|
|
353
352
|
"http://blog.de.playstation.com/",
|
|
354
|
-
"http://store.canon.de/",
|
|
355
353
|
"http://www.playstation.com/",
|
|
354
|
+
"http://www.boels.com/",
|
|
356
355
|
"http://www.canon-europe.com/",
|
|
357
356
|
"http://www.canon.de/"
|
|
358
357
|
],
|
|
@@ -364,11 +363,11 @@
|
|
|
364
363
|
"errors": 0,
|
|
365
364
|
"selfTestFailures": 0,
|
|
366
365
|
"exampleSites": [
|
|
367
|
-
"http://www.
|
|
368
|
-
"http://devforum.roblox.com/",
|
|
369
|
-
"http://store.canon.co.uk/",
|
|
366
|
+
"http://www.holidaylettings.co.uk/",
|
|
370
367
|
"http://www.atgtickets.com/",
|
|
371
|
-
"http://www.
|
|
368
|
+
"http://www.udiscovermusic.com/",
|
|
369
|
+
"http://en.help.roblox.com/",
|
|
370
|
+
"http://www.shell.co.uk/"
|
|
372
371
|
],
|
|
373
372
|
"failingSites": [],
|
|
374
373
|
"errorSites": []
|
|
@@ -394,18 +393,18 @@
|
|
|
394
393
|
"errors": 0,
|
|
395
394
|
"selfTestFailures": 14,
|
|
396
395
|
"exampleSites": [
|
|
397
|
-
"http://www.
|
|
398
|
-
"http://
|
|
399
|
-
"http://www.
|
|
400
|
-
"http://
|
|
401
|
-
"http://www.
|
|
396
|
+
"http://www.alteoper.de/",
|
|
397
|
+
"http://www.praxisdienst.de/",
|
|
398
|
+
"http://www.lebenslauf.de/",
|
|
399
|
+
"http://maconline.de/",
|
|
400
|
+
"http://www.potsdam.de/"
|
|
402
401
|
],
|
|
403
402
|
"failingSites": [
|
|
403
|
+
"http://www.diabetesde.org/",
|
|
404
|
+
"http://www.kostuempalast.de/",
|
|
405
|
+
"http://www.fuerth.de/",
|
|
404
406
|
"http://www.lebenslauf.de/",
|
|
405
|
-
"http://
|
|
406
|
-
"http://www.alteoper.de/",
|
|
407
|
-
"http://www.ard-digital.de/",
|
|
408
|
-
"http://www.kostuempalast.de/"
|
|
407
|
+
"http://www.arturia.com/"
|
|
409
408
|
],
|
|
410
409
|
"errorSites": []
|
|
411
410
|
},
|
|
@@ -415,9 +414,9 @@
|
|
|
415
414
|
"selfTestFailures": 2,
|
|
416
415
|
"exampleSites": [
|
|
417
416
|
"http://forums.debian.net/",
|
|
418
|
-
"http://simplyseaviews.co.uk/",
|
|
419
|
-
"http://www.groupaccommodation.com/",
|
|
420
417
|
"http://www.powerhouse-fitness.co.uk/",
|
|
418
|
+
"http://www.arturia.com/",
|
|
419
|
+
"http://www.barbican.org.uk/",
|
|
421
420
|
"http://www.spain.info/"
|
|
422
421
|
],
|
|
423
422
|
"failingSites": [
|
|
@@ -433,11 +432,11 @@
|
|
|
433
432
|
"errors": 0,
|
|
434
433
|
"selfTestFailures": 0,
|
|
435
434
|
"exampleSites": [
|
|
436
|
-
"http://
|
|
437
|
-
"http://
|
|
438
|
-
"http://
|
|
439
|
-
"http://
|
|
440
|
-
"http://
|
|
435
|
+
"http://exputer.com/",
|
|
436
|
+
"http://windowsreport.com/",
|
|
437
|
+
"http://stable-diffusion-art.com/",
|
|
438
|
+
"http://bobbyhadz.com/",
|
|
439
|
+
"http://wiesieliebt.de/"
|
|
441
440
|
],
|
|
442
441
|
"failingSites": [],
|
|
443
442
|
"errorSites": []
|
|
@@ -447,11 +446,11 @@
|
|
|
447
446
|
"errors": 1,
|
|
448
447
|
"selfTestFailures": 0,
|
|
449
448
|
"exampleSites": [
|
|
450
|
-
"http://
|
|
451
|
-
"http://
|
|
452
|
-
"http://
|
|
453
|
-
"http://
|
|
454
|
-
"http://
|
|
449
|
+
"http://bobbyhadz.com/",
|
|
450
|
+
"http://integraudio.com/",
|
|
451
|
+
"http://happymuncher.com/",
|
|
452
|
+
"http://www.joincake.com/",
|
|
453
|
+
"http://insanelygoodrecipes.com/"
|
|
455
454
|
],
|
|
456
455
|
"failingSites": [],
|
|
457
456
|
"errorSites": [
|
|
@@ -466,10 +465,8 @@
|
|
|
466
465
|
"selfTestFailures": 0,
|
|
467
466
|
"exampleSites": [
|
|
468
467
|
"http://celebrityinside.com/",
|
|
469
|
-
"http://
|
|
470
|
-
"http://www.seymourduncan.com/"
|
|
471
|
-
"http://www.cbinsights.com/",
|
|
472
|
-
"http://www.henryusa.com/"
|
|
468
|
+
"http://www.henryusa.com/",
|
|
469
|
+
"http://www.seymourduncan.com/"
|
|
473
470
|
],
|
|
474
471
|
"failingSites": [],
|
|
475
472
|
"errorSites": []
|
|
@@ -480,10 +477,10 @@
|
|
|
480
477
|
"selfTestFailures": 0,
|
|
481
478
|
"exampleSites": [
|
|
482
479
|
"http://augengeradeaus.net/",
|
|
483
|
-
"http://
|
|
484
|
-
"http://
|
|
485
|
-
"http://
|
|
486
|
-
"http://www.
|
|
480
|
+
"http://www.schiffe-und-kreuzfahrten.de/",
|
|
481
|
+
"http://hejsweden.com/",
|
|
482
|
+
"http://immotags.de/",
|
|
483
|
+
"http://www.schulferien-online.de/"
|
|
487
484
|
],
|
|
488
485
|
"failingSites": [],
|
|
489
486
|
"errorSites": []
|
|
@@ -494,10 +491,10 @@
|
|
|
494
491
|
"selfTestFailures": 0,
|
|
495
492
|
"exampleSites": [
|
|
496
493
|
"http://celebrityinside.com/",
|
|
497
|
-
"http://dikgames.com/",
|
|
498
|
-
"http://storables.com/",
|
|
499
494
|
"http://www.goonhammer.com/",
|
|
500
|
-
"http://
|
|
495
|
+
"http://hoa.org.uk/",
|
|
496
|
+
"http://skygarden.london/",
|
|
497
|
+
"http://theaudiophileman.com/"
|
|
501
498
|
],
|
|
502
499
|
"failingSites": [],
|
|
503
500
|
"errorSites": []
|
|
@@ -509,11 +506,11 @@
|
|
|
509
506
|
"errors": 0,
|
|
510
507
|
"selfTestFailures": 0,
|
|
511
508
|
"exampleSites": [
|
|
512
|
-
"http://
|
|
513
|
-
"http://www.
|
|
514
|
-
"http://www.
|
|
515
|
-
"http://
|
|
516
|
-
"http://
|
|
509
|
+
"http://askubuntu.com/",
|
|
510
|
+
"http://www.49ers.com/",
|
|
511
|
+
"http://www.tatler.com/",
|
|
512
|
+
"http://softwareengineering.stackexchange.com/",
|
|
513
|
+
"http://eu4.paradoxwikis.com/"
|
|
517
514
|
],
|
|
518
515
|
"failingSites": [],
|
|
519
516
|
"errorSites": []
|
|
@@ -523,11 +520,11 @@
|
|
|
523
520
|
"errors": 0,
|
|
524
521
|
"selfTestFailures": 0,
|
|
525
522
|
"exampleSites": [
|
|
526
|
-
"http://www.
|
|
527
|
-
"http://www.
|
|
528
|
-
"http://www.
|
|
529
|
-
"http://
|
|
530
|
-
"http://de.
|
|
523
|
+
"http://www.wolle-roedel.com/",
|
|
524
|
+
"http://www.thieme-connect.de/",
|
|
525
|
+
"http://www.pioneerdj.com/",
|
|
526
|
+
"http://lifehacker.com/",
|
|
527
|
+
"http://de.freepik.com/"
|
|
531
528
|
],
|
|
532
529
|
"failingSites": [],
|
|
533
530
|
"errorSites": []
|
|
@@ -537,11 +534,11 @@
|
|
|
537
534
|
"errors": 2,
|
|
538
535
|
"selfTestFailures": 0,
|
|
539
536
|
"exampleSites": [
|
|
540
|
-
"http://www.
|
|
541
|
-
"http://www.
|
|
542
|
-
"http://www.
|
|
543
|
-
"http://www.
|
|
544
|
-
"http://www.
|
|
537
|
+
"http://www.winfieldsoutdoors.co.uk/",
|
|
538
|
+
"http://www.pocruises.com/",
|
|
539
|
+
"http://www.christopherward.com/",
|
|
540
|
+
"http://www.three.co.uk/",
|
|
541
|
+
"http://www.warhammer.com/"
|
|
545
542
|
],
|
|
546
543
|
"failingSites": [],
|
|
547
544
|
"errorSites": [
|
|
@@ -568,9 +565,9 @@
|
|
|
568
565
|
"selfTestFailures": 0,
|
|
569
566
|
"exampleSites": [
|
|
570
567
|
"http://berlin.kauperts.de/",
|
|
571
|
-
"http://odir.org/",
|
|
572
|
-
"http://www.manualsbase.com/",
|
|
573
568
|
"http://www.palmengarten.de/",
|
|
569
|
+
"http://www.buchfreund.de/",
|
|
570
|
+
"http://www.hautschutzengel.de/",
|
|
574
571
|
"http://www.vfb.de/"
|
|
575
572
|
],
|
|
576
573
|
"failingSites": [],
|
|
@@ -581,10 +578,10 @@
|
|
|
581
578
|
"errors": 0,
|
|
582
579
|
"selfTestFailures": 0,
|
|
583
580
|
"exampleSites": [
|
|
584
|
-
"http://
|
|
585
|
-
"http://n-somerset.gov.uk/",
|
|
586
|
-
"http://www.glasgow.gov.uk/",
|
|
581
|
+
"http://map.projectzomboid.com/",
|
|
587
582
|
"http://www.j2ski.com/",
|
|
583
|
+
"http://radioreferenceuk.co.uk/",
|
|
584
|
+
"http://tv-films.co.uk/",
|
|
588
585
|
"http://www.lse.ac.uk/"
|
|
589
586
|
],
|
|
590
587
|
"failingSites": [],
|
|
@@ -598,9 +595,9 @@
|
|
|
598
595
|
"selfTestFailures": 0,
|
|
599
596
|
"exampleSites": [
|
|
600
597
|
"http://archzine.net/",
|
|
601
|
-
"http://classic.goldgoblin.net/",
|
|
602
|
-
"http://www.betaseries.com/",
|
|
603
598
|
"http://www.free-scores.com/",
|
|
599
|
+
"http://deavita.com/",
|
|
600
|
+
"http://manacrew.de/",
|
|
604
601
|
"http://www.tokyvideo.com/"
|
|
605
602
|
],
|
|
606
603
|
"failingSites": [],
|
|
@@ -612,8 +609,8 @@
|
|
|
612
609
|
"selfTestFailures": 0,
|
|
613
610
|
"exampleSites": [
|
|
614
611
|
"http://aleteia.org/",
|
|
615
|
-
"http://cineuropa.org/",
|
|
616
612
|
"http://www.free-scores.com/",
|
|
613
|
+
"http://tunebat.com/",
|
|
617
614
|
"http://www.dafont.com/",
|
|
618
615
|
"http://www.for-sale.co.uk/"
|
|
619
616
|
],
|
|
@@ -627,10 +624,10 @@
|
|
|
627
624
|
"errors": 0,
|
|
628
625
|
"selfTestFailures": 0,
|
|
629
626
|
"exampleSites": [
|
|
630
|
-
"http://www.
|
|
631
|
-
"http://news.sky.com/",
|
|
632
|
-
"http://www.gardenersworld.com/",
|
|
627
|
+
"http://www.theguardian.com/",
|
|
633
628
|
"http://www.myfitnesspal.com/",
|
|
629
|
+
"http://www.economist.com/",
|
|
630
|
+
"http://www.eurogamer.net/",
|
|
634
631
|
"http://www.radiotimes.com/"
|
|
635
632
|
],
|
|
636
633
|
"failingSites": [],
|
|
@@ -641,11 +638,11 @@
|
|
|
641
638
|
"errors": 0,
|
|
642
639
|
"selfTestFailures": 0,
|
|
643
640
|
"exampleSites": [
|
|
644
|
-
"http://
|
|
645
|
-
"http://www.
|
|
646
|
-
"http://
|
|
647
|
-
"http://www.
|
|
648
|
-
"http://
|
|
641
|
+
"http://die-frau-am-grill.de/",
|
|
642
|
+
"http://www.hannover.de/",
|
|
643
|
+
"http://nebenan.de/",
|
|
644
|
+
"http://www.economist.com/",
|
|
645
|
+
"http://ratgeber.bunte.de/"
|
|
649
646
|
],
|
|
650
647
|
"failingSites": [],
|
|
651
648
|
"errorSites": []
|
|
@@ -655,11 +652,11 @@
|
|
|
655
652
|
"errors": 0,
|
|
656
653
|
"selfTestFailures": 0,
|
|
657
654
|
"exampleSites": [
|
|
658
|
-
"http://
|
|
659
|
-
"http://www.
|
|
660
|
-
"http://
|
|
661
|
-
"http://www.
|
|
662
|
-
"http://www.
|
|
655
|
+
"http://eso-hub.com/",
|
|
656
|
+
"http://www.neowin.net/",
|
|
657
|
+
"http://themanc.com/",
|
|
658
|
+
"http://www.hamhigh.co.uk/",
|
|
659
|
+
"http://www.audi-sport.net/"
|
|
663
660
|
],
|
|
664
661
|
"failingSites": [],
|
|
665
662
|
"errorSites": []
|
|
@@ -671,11 +668,11 @@
|
|
|
671
668
|
"errors": 0,
|
|
672
669
|
"selfTestFailures": 0,
|
|
673
670
|
"exampleSites": [
|
|
674
|
-
"http://www.
|
|
675
|
-
"http://help.brother-usa.com/",
|
|
676
|
-
"http://www.brother-usa.com/",
|
|
671
|
+
"http://www.otterbox.com/",
|
|
677
672
|
"http://www.hagerty.com/",
|
|
678
|
-
"http://www.
|
|
673
|
+
"http://www.americangreetings.com/",
|
|
674
|
+
"http://www.bluemountain.com/",
|
|
675
|
+
"http://www.tdameritrade.com/"
|
|
679
676
|
],
|
|
680
677
|
"failingSites": [],
|
|
681
678
|
"errorSites": []
|
|
@@ -685,11 +682,11 @@
|
|
|
685
682
|
"errors": 0,
|
|
686
683
|
"selfTestFailures": 0,
|
|
687
684
|
"exampleSites": [
|
|
688
|
-
"http://www.
|
|
689
|
-
"http://
|
|
690
|
-
"http://
|
|
691
|
-
"http://
|
|
692
|
-
"http://www.
|
|
685
|
+
"http://www.avis.de/",
|
|
686
|
+
"http://telekom.de/",
|
|
687
|
+
"http://www.eurostar.com/",
|
|
688
|
+
"http://falke.com/",
|
|
689
|
+
"http://www.blacksim.de/"
|
|
693
690
|
],
|
|
694
691
|
"failingSites": [],
|
|
695
692
|
"errorSites": []
|
|
@@ -699,11 +696,11 @@
|
|
|
699
696
|
"errors": 0,
|
|
700
697
|
"selfTestFailures": 0,
|
|
701
698
|
"exampleSites": [
|
|
702
|
-
"http://www.
|
|
703
|
-
"http://
|
|
704
|
-
"http://
|
|
705
|
-
"http://
|
|
706
|
-
"http://www.
|
|
699
|
+
"http://www.avis.co.uk/",
|
|
700
|
+
"http://tuclothing.sainsburys.co.uk/",
|
|
701
|
+
"http://www.tsb.co.uk/",
|
|
702
|
+
"http://help.argos.co.uk/",
|
|
703
|
+
"http://www.barclays.co.uk/"
|
|
707
704
|
],
|
|
708
705
|
"failingSites": [],
|
|
709
706
|
"errorSites": []
|
|
@@ -715,11 +712,11 @@
|
|
|
715
712
|
"errors": 0,
|
|
716
713
|
"selfTestFailures": 0,
|
|
717
714
|
"exampleSites": [
|
|
718
|
-
"http://
|
|
719
|
-
"http://fightingirish.com/",
|
|
720
|
-
"http://ukathletics.com/",
|
|
715
|
+
"http://codes.iccsafe.org/",
|
|
721
716
|
"http://www.msisurfaces.com/",
|
|
722
|
-
"http://
|
|
717
|
+
"http://hawkeyesports.com/",
|
|
718
|
+
"http://kuathletics.com/",
|
|
719
|
+
"http://www.solostove.com/"
|
|
723
720
|
],
|
|
724
721
|
"failingSites": [],
|
|
725
722
|
"errorSites": []
|
|
@@ -729,11 +726,11 @@
|
|
|
729
726
|
"errors": 0,
|
|
730
727
|
"selfTestFailures": 0,
|
|
731
728
|
"exampleSites": [
|
|
732
|
-
"http://www.
|
|
733
|
-
"http://
|
|
734
|
-
"http://
|
|
735
|
-
"http://
|
|
736
|
-
"http://www.
|
|
729
|
+
"http://www.maxphoto.co.uk/",
|
|
730
|
+
"http://www.andertons.co.uk/",
|
|
731
|
+
"http://www.qmul.ac.uk/",
|
|
732
|
+
"http://koinly.io/",
|
|
733
|
+
"http://www.nymr.co.uk/"
|
|
737
734
|
],
|
|
738
735
|
"failingSites": [],
|
|
739
736
|
"errorSites": []
|
|
@@ -745,10 +742,10 @@
|
|
|
745
742
|
"errors": 0,
|
|
746
743
|
"selfTestFailures": 0,
|
|
747
744
|
"exampleSites": [
|
|
748
|
-
"http://
|
|
749
|
-
"http://
|
|
750
|
-
"http://
|
|
751
|
-
"http://www.
|
|
745
|
+
"http://hamiltonbeach.com/",
|
|
746
|
+
"http://www.wacom.com/",
|
|
747
|
+
"http://www.philips-hue.com/",
|
|
748
|
+
"http://www.pickswise.com/",
|
|
752
749
|
"http://www.usa.philips.com/"
|
|
753
750
|
],
|
|
754
751
|
"failingSites": [],
|
|
@@ -759,11 +756,11 @@
|
|
|
759
756
|
"errors": 0,
|
|
760
757
|
"selfTestFailures": 0,
|
|
761
758
|
"exampleSites": [
|
|
762
|
-
"http://www.
|
|
763
|
-
"http://
|
|
764
|
-
"http://
|
|
765
|
-
"http://
|
|
766
|
-
"http://www.
|
|
759
|
+
"http://www.linode.com/",
|
|
760
|
+
"http://www.flickr.com/",
|
|
761
|
+
"http://dev.mysql.com/",
|
|
762
|
+
"http://docs.oracle.com/",
|
|
763
|
+
"http://www.philips-hue.com/"
|
|
767
764
|
],
|
|
768
765
|
"failingSites": [],
|
|
769
766
|
"errorSites": []
|
|
@@ -773,11 +770,11 @@
|
|
|
773
770
|
"errors": 0,
|
|
774
771
|
"selfTestFailures": 0,
|
|
775
772
|
"exampleSites": [
|
|
776
|
-
"http://
|
|
777
|
-
"http://
|
|
778
|
-
"http://
|
|
779
|
-
"http://
|
|
780
|
-
"http://
|
|
773
|
+
"http://flickr.com/",
|
|
774
|
+
"http://dev.mysql.com/",
|
|
775
|
+
"http://store.ee.co.uk/",
|
|
776
|
+
"http://community.bt.com/",
|
|
777
|
+
"http://my.bt.com/"
|
|
781
778
|
],
|
|
782
779
|
"failingSites": [],
|
|
783
780
|
"errorSites": []
|
|
@@ -789,11 +786,11 @@
|
|
|
789
786
|
"errors": 0,
|
|
790
787
|
"selfTestFailures": 0,
|
|
791
788
|
"exampleSites": [
|
|
792
|
-
"http://www.
|
|
793
|
-
"http://
|
|
794
|
-
"http://
|
|
795
|
-
"http://
|
|
796
|
-
"http://www.
|
|
789
|
+
"http://www.delonghi.com/",
|
|
790
|
+
"http://opensource.com/",
|
|
791
|
+
"http://www.hillspet.com/",
|
|
792
|
+
"http://commercial.century21.com/",
|
|
793
|
+
"http://www.dnb.com/"
|
|
797
794
|
],
|
|
798
795
|
"failingSites": [],
|
|
799
796
|
"errorSites": []
|
|
@@ -803,11 +800,11 @@
|
|
|
803
800
|
"errors": 0,
|
|
804
801
|
"selfTestFailures": 0,
|
|
805
802
|
"exampleSites": [
|
|
806
|
-
"http://
|
|
807
|
-
"http://
|
|
808
|
-
"http://
|
|
809
|
-
"http://
|
|
810
|
-
"http://www.
|
|
803
|
+
"http://support.garmin.com/",
|
|
804
|
+
"http://eu.zwift.com/",
|
|
805
|
+
"http://www.braunhousehold.com/",
|
|
806
|
+
"http://connect.garmin.com/",
|
|
807
|
+
"http://www.aboutamazon.de/"
|
|
811
808
|
],
|
|
812
809
|
"failingSites": [],
|
|
813
810
|
"errorSites": []
|
|
@@ -817,11 +814,11 @@
|
|
|
817
814
|
"errors": 0,
|
|
818
815
|
"selfTestFailures": 0,
|
|
819
816
|
"exampleSites": [
|
|
820
|
-
"http://www.
|
|
821
|
-
"http://
|
|
822
|
-
"http://www.
|
|
823
|
-
"http://
|
|
824
|
-
"http://www.
|
|
817
|
+
"http://www.akaipro.com/",
|
|
818
|
+
"http://www8.garmin.com/",
|
|
819
|
+
"http://www.squarespace.com/",
|
|
820
|
+
"http://fortune.com/",
|
|
821
|
+
"http://www.zwift.com/"
|
|
825
822
|
],
|
|
826
823
|
"failingSites": [],
|
|
827
824
|
"errorSites": []
|
|
@@ -878,8 +875,8 @@
|
|
|
878
875
|
"selfTestFailures": 0,
|
|
879
876
|
"exampleSites": [
|
|
880
877
|
"http://uk.lycoschat.com/",
|
|
881
|
-
"http://www.football365.com/",
|
|
882
878
|
"http://www.vivobarefoot.com/",
|
|
879
|
+
"http://www.gsmarena.com/",
|
|
883
880
|
"http://www.planetf1.com/",
|
|
884
881
|
"http://www.searchenginejournal.com/"
|
|
885
882
|
],
|
|
@@ -893,11 +890,8 @@
|
|
|
893
890
|
"errors": 0,
|
|
894
891
|
"selfTestFailures": 0,
|
|
895
892
|
"exampleSites": [
|
|
896
|
-
"http://bittel.tv/",
|
|
897
893
|
"http://starthardware.org/",
|
|
898
|
-
"http://www.meininger.de/"
|
|
899
|
-
"http://www.hamburgausflug.de/",
|
|
900
|
-
"http://www.madymorrison.com/"
|
|
894
|
+
"http://www.meininger.de/"
|
|
901
895
|
],
|
|
902
896
|
"failingSites": [],
|
|
903
897
|
"errorSites": []
|
|
@@ -910,9 +904,9 @@
|
|
|
910
904
|
"selfTestFailures": 0,
|
|
911
905
|
"exampleSites": [
|
|
912
906
|
"http://de.finance.yahoo.com/",
|
|
913
|
-
"http://de.hilfe.yahoo.com/",
|
|
914
|
-
"http://news.yahoo.com/",
|
|
915
907
|
"http://www.aol.de/",
|
|
908
|
+
"http://de.nachrichten.yahoo.com/",
|
|
909
|
+
"http://de.yahoo.com/",
|
|
916
910
|
"http://www.engadget.com/"
|
|
917
911
|
],
|
|
918
912
|
"failingSites": [],
|
|
@@ -923,10 +917,10 @@
|
|
|
923
917
|
"errors": 0,
|
|
924
918
|
"selfTestFailures": 0,
|
|
925
919
|
"exampleSites": [
|
|
926
|
-
"http://www.
|
|
927
|
-
"http://help.yahoo.com/",
|
|
928
|
-
"http://uk.finance.yahoo.com/",
|
|
920
|
+
"http://www.yahoo.com/",
|
|
929
921
|
"http://uk.style.yahoo.com/",
|
|
922
|
+
"http://news.yahoo.com/",
|
|
923
|
+
"http://overview.mail.yahoo.com/",
|
|
930
924
|
"http://uk.yahoo.com/"
|
|
931
925
|
],
|
|
932
926
|
"failingSites": [],
|
|
@@ -1023,9 +1017,9 @@
|
|
|
1023
1017
|
"selfTestFailures": 0,
|
|
1024
1018
|
"exampleSites": [
|
|
1025
1019
|
"http://cricut.com/",
|
|
1026
|
-
"http://www.dunhamssports.com/",
|
|
1027
|
-
"http://www.martinguitar.com/",
|
|
1028
1020
|
"http://www.towerhobbies.com/",
|
|
1021
|
+
"http://www.horizonhobby.com/",
|
|
1022
|
+
"http://www.hpb.com/",
|
|
1029
1023
|
"http://www.westmarine.com/"
|
|
1030
1024
|
],
|
|
1031
1025
|
"failingSites": [],
|
|
@@ -1082,12 +1076,7 @@
|
|
|
1082
1076
|
"sites": 4,
|
|
1083
1077
|
"errors": 0,
|
|
1084
1078
|
"selfTestFailures": 0,
|
|
1085
|
-
"exampleSites": [
|
|
1086
|
-
"http://aws.amazon.com/",
|
|
1087
|
-
"http://docs.aws.amazon.com/",
|
|
1088
|
-
"http://repost.aws/",
|
|
1089
|
-
"http://s3.amazonaws.com/"
|
|
1090
|
-
],
|
|
1079
|
+
"exampleSites": [],
|
|
1091
1080
|
"failingSites": [],
|
|
1092
1081
|
"errorSites": []
|
|
1093
1082
|
},
|
|
@@ -1181,11 +1170,11 @@
|
|
|
1181
1170
|
"errors": 0,
|
|
1182
1171
|
"selfTestFailures": 3,
|
|
1183
1172
|
"exampleSites": [
|
|
1184
|
-
"http://
|
|
1185
|
-
"http://www.
|
|
1186
|
-
"http://
|
|
1187
|
-
"http://www.
|
|
1188
|
-
"http://www.
|
|
1173
|
+
"http://ebike-mtb.com/",
|
|
1174
|
+
"http://www.abenteuerfreundschaft.de/",
|
|
1175
|
+
"http://splendido-magazin.de/",
|
|
1176
|
+
"http://www.project-audio.com/",
|
|
1177
|
+
"http://www.abenteuer-brettspiele.de/"
|
|
1189
1178
|
],
|
|
1190
1179
|
"failingSites": [
|
|
1191
1180
|
"http://funduino.de/",
|
|
@@ -1227,10 +1216,10 @@
|
|
|
1227
1216
|
"selfTestFailures": 0,
|
|
1228
1217
|
"exampleSites": [
|
|
1229
1218
|
"http://www.audio-technica.com/",
|
|
1230
|
-
"http://www.
|
|
1231
|
-
"http://www.
|
|
1219
|
+
"http://www.truevalue.com/",
|
|
1220
|
+
"http://www.knfilters.com/",
|
|
1232
1221
|
"http://www.mossberg.com/",
|
|
1233
|
-
"http://www.
|
|
1222
|
+
"http://www.omegawatches.com/"
|
|
1234
1223
|
],
|
|
1235
1224
|
"failingSites": [],
|
|
1236
1225
|
"errorSites": []
|
|
@@ -1252,11 +1241,11 @@
|
|
|
1252
1241
|
"errors": 0,
|
|
1253
1242
|
"selfTestFailures": 0,
|
|
1254
1243
|
"exampleSites": [
|
|
1255
|
-
"http://www.
|
|
1256
|
-
"http://
|
|
1257
|
-
"http://www.anglingdirect.co.uk/",
|
|
1244
|
+
"http://www.hifigear.co.uk/",
|
|
1245
|
+
"http://www.charlies.co.uk/",
|
|
1258
1246
|
"http://www.moleonline.com/",
|
|
1259
|
-
"http://www.
|
|
1247
|
+
"http://www.anglingdirect.co.uk/",
|
|
1248
|
+
"http://www.houseofwatches.co.uk/"
|
|
1260
1249
|
],
|
|
1261
1250
|
"failingSites": [],
|
|
1262
1251
|
"errorSites": []
|
|
@@ -1329,9 +1318,9 @@
|
|
|
1329
1318
|
"selfTestFailures": 0,
|
|
1330
1319
|
"exampleSites": [
|
|
1331
1320
|
"http://gamcore.com/",
|
|
1332
|
-
"http://govsalaries.com/",
|
|
1333
|
-
"http://www.corporationwiki.com/",
|
|
1334
1321
|
"http://www.nationsonline.org/",
|
|
1322
|
+
"http://nytminicrossword.com/",
|
|
1323
|
+
"http://orteil.dashnet.org/",
|
|
1335
1324
|
"http://www.umass.edu/"
|
|
1336
1325
|
],
|
|
1337
1326
|
"failingSites": [],
|
|
@@ -1342,11 +1331,11 @@
|
|
|
1342
1331
|
"errors": 0,
|
|
1343
1332
|
"selfTestFailures": 0,
|
|
1344
1333
|
"exampleSites": [
|
|
1345
|
-
"http://www.
|
|
1346
|
-
"http://
|
|
1347
|
-
"http://
|
|
1348
|
-
"http://
|
|
1349
|
-
"http://www.
|
|
1334
|
+
"http://www.de-bedienungsanleitung.de/",
|
|
1335
|
+
"http://retropie.org.uk/",
|
|
1336
|
+
"http://www.grundtabelle.de/",
|
|
1337
|
+
"http://distrowatch.com/",
|
|
1338
|
+
"http://www.die-bibel.de/"
|
|
1350
1339
|
],
|
|
1351
1340
|
"failingSites": [],
|
|
1352
1341
|
"errorSites": []
|
|
@@ -1356,11 +1345,11 @@
|
|
|
1356
1345
|
"errors": 0,
|
|
1357
1346
|
"selfTestFailures": 0,
|
|
1358
1347
|
"exampleSites": [
|
|
1359
|
-
"http://www.
|
|
1360
|
-
"http://gamcore.com/",
|
|
1361
|
-
"http://retropie.org.uk/",
|
|
1348
|
+
"http://www.naturespot.org.uk/",
|
|
1362
1349
|
"http://www.citypopulation.de/",
|
|
1363
|
-
"http://www.
|
|
1350
|
+
"http://www.walkhighlands.co.uk/",
|
|
1351
|
+
"http://meetyou.me/",
|
|
1352
|
+
"http://www.sevenoaks.gov.uk/"
|
|
1364
1353
|
],
|
|
1365
1354
|
"failingSites": [],
|
|
1366
1355
|
"errorSites": []
|
|
@@ -1383,10 +1372,10 @@
|
|
|
1383
1372
|
"selfTestFailures": 0,
|
|
1384
1373
|
"exampleSites": [
|
|
1385
1374
|
"http://community.naimaudio.com/",
|
|
1386
|
-
"http://
|
|
1387
|
-
"http://www.soundonsound.com/",
|
|
1375
|
+
"http://www.film.tv/",
|
|
1388
1376
|
"http://www.gameswelt.de/",
|
|
1389
|
-
"http://www.jamieoliver.com/"
|
|
1377
|
+
"http://www.jamieoliver.com/",
|
|
1378
|
+
"http://www.soundonsound.com/"
|
|
1390
1379
|
],
|
|
1391
1380
|
"failingSites": [],
|
|
1392
1381
|
"errorSites": []
|
|
@@ -1396,11 +1385,11 @@
|
|
|
1396
1385
|
"errors": 0,
|
|
1397
1386
|
"selfTestFailures": 0,
|
|
1398
1387
|
"exampleSites": [
|
|
1399
|
-
"http://
|
|
1400
|
-
"http://www.
|
|
1401
|
-
"http://www.
|
|
1402
|
-
"http://
|
|
1403
|
-
"http://www.
|
|
1388
|
+
"http://maidstone.gov.uk/",
|
|
1389
|
+
"http://www.hants.gov.uk/",
|
|
1390
|
+
"http://www.dorsetcouncil.gov.uk/",
|
|
1391
|
+
"http://community.naimaudio.com/",
|
|
1392
|
+
"http://www.freedom-leisure.co.uk/"
|
|
1404
1393
|
],
|
|
1405
1394
|
"failingSites": [],
|
|
1406
1395
|
"errorSites": []
|
|
@@ -1424,8 +1413,8 @@
|
|
|
1424
1413
|
"selfTestFailures": 0,
|
|
1425
1414
|
"exampleSites": [
|
|
1426
1415
|
"http://tellymix.co.uk/",
|
|
1427
|
-
"http://www.hifiwigwam.com/",
|
|
1428
1416
|
"http://www.thesalarycalculator.co.uk/",
|
|
1417
|
+
"http://www.housepricesintheuk.co.uk/",
|
|
1429
1418
|
"http://www.income-tax.co.uk/",
|
|
1430
1419
|
"http://www.pdc.tv/"
|
|
1431
1420
|
],
|
|
@@ -1438,9 +1427,7 @@
|
|
|
1438
1427
|
"sites": 1,
|
|
1439
1428
|
"errors": 0,
|
|
1440
1429
|
"selfTestFailures": 0,
|
|
1441
|
-
"exampleSites": [
|
|
1442
|
-
"http://www.prostata-hilfe-deutschland.de/"
|
|
1443
|
-
],
|
|
1430
|
+
"exampleSites": [],
|
|
1444
1431
|
"failingSites": [],
|
|
1445
1432
|
"errorSites": []
|
|
1446
1433
|
}
|
|
@@ -1463,11 +1450,11 @@
|
|
|
1463
1450
|
"errors": 0,
|
|
1464
1451
|
"selfTestFailures": 0,
|
|
1465
1452
|
"exampleSites": [
|
|
1466
|
-
"http://
|
|
1467
|
-
"http://
|
|
1468
|
-
"http://
|
|
1469
|
-
"http://
|
|
1470
|
-
"http://www.
|
|
1453
|
+
"http://en.as.com/",
|
|
1454
|
+
"http://www.rajce.idnes.cz/",
|
|
1455
|
+
"http://giphy.com/",
|
|
1456
|
+
"http://guide.michelin.com/",
|
|
1457
|
+
"http://www.shure.com/"
|
|
1471
1458
|
],
|
|
1472
1459
|
"failingSites": [],
|
|
1473
1460
|
"errorSites": []
|
|
@@ -1477,11 +1464,11 @@
|
|
|
1477
1464
|
"errors": 0,
|
|
1478
1465
|
"selfTestFailures": 0,
|
|
1479
1466
|
"exampleSites": [
|
|
1480
|
-
"http://
|
|
1481
|
-
"http://
|
|
1482
|
-
"http://www.
|
|
1483
|
-
"http://
|
|
1484
|
-
"http://www.
|
|
1467
|
+
"http://kurier.at/",
|
|
1468
|
+
"http://www.marmiton.org/",
|
|
1469
|
+
"http://www.gamestar.de/",
|
|
1470
|
+
"http://dictionary.reverso.net/",
|
|
1471
|
+
"http://www.manomano.de/"
|
|
1485
1472
|
],
|
|
1486
1473
|
"failingSites": [],
|
|
1487
1474
|
"errorSites": []
|
|
@@ -1491,11 +1478,11 @@
|
|
|
1491
1478
|
"errors": 0,
|
|
1492
1479
|
"selfTestFailures": 0,
|
|
1493
1480
|
"exampleSites": [
|
|
1494
|
-
"http://www.
|
|
1495
|
-
"http://
|
|
1496
|
-
"http://www.
|
|
1497
|
-
"http://
|
|
1498
|
-
"http://www.
|
|
1481
|
+
"http://www.90min.com/",
|
|
1482
|
+
"http://www.vivino.com/",
|
|
1483
|
+
"http://www.shure.com/",
|
|
1484
|
+
"http://elpais.com/",
|
|
1485
|
+
"http://www.atseuromaster.co.uk/"
|
|
1499
1486
|
],
|
|
1500
1487
|
"failingSites": [],
|
|
1501
1488
|
"errorSites": []
|
|
@@ -1508,8 +1495,8 @@
|
|
|
1508
1495
|
"selfTestFailures": 0,
|
|
1509
1496
|
"exampleSites": [
|
|
1510
1497
|
"http://ersatzteildirect.de/",
|
|
1511
|
-
"http://www.ersatzteilfachmann.de/",
|
|
1512
1498
|
"http://www.wolf-online-shop.de/",
|
|
1499
|
+
"http://www.fein-hifi.de/",
|
|
1513
1500
|
"http://www.ipc-computer.de/",
|
|
1514
1501
|
"http://www.led-centrum.de/"
|
|
1515
1502
|
],
|
|
@@ -1560,11 +1547,11 @@
|
|
|
1560
1547
|
"errors": 0,
|
|
1561
1548
|
"selfTestFailures": 0,
|
|
1562
1549
|
"exampleSites": [
|
|
1563
|
-
"http://www.
|
|
1564
|
-
"http://community.st.com/",
|
|
1565
|
-
"http://storelocator.asda.com/",
|
|
1550
|
+
"http://www.poundstretcher.co.uk/",
|
|
1566
1551
|
"http://www.britishgas.co.uk/",
|
|
1567
|
-
"http://
|
|
1552
|
+
"http://eu.forums.blizzard.com/",
|
|
1553
|
+
"http://forums.sketchup.com/",
|
|
1554
|
+
"http://www.stovax.com/"
|
|
1568
1555
|
],
|
|
1569
1556
|
"failingSites": [],
|
|
1570
1557
|
"errorSites": []
|
|
@@ -1576,11 +1563,11 @@
|
|
|
1576
1563
|
"errors": 0,
|
|
1577
1564
|
"selfTestFailures": 0,
|
|
1578
1565
|
"exampleSites": [
|
|
1579
|
-
"http://
|
|
1580
|
-
"http://
|
|
1581
|
-
"http://
|
|
1582
|
-
"http://
|
|
1583
|
-
"http://
|
|
1566
|
+
"http://dontstarve.fandom.com/",
|
|
1567
|
+
"http://witcher.fandom.com/",
|
|
1568
|
+
"http://reddead.fandom.com/",
|
|
1569
|
+
"http://baldursgate.fandom.com/",
|
|
1570
|
+
"http://warhammer40k.fandom.com/"
|
|
1584
1571
|
],
|
|
1585
1572
|
"failingSites": [],
|
|
1586
1573
|
"errorSites": []
|
|
@@ -1590,11 +1577,11 @@
|
|
|
1590
1577
|
"errors": 0,
|
|
1591
1578
|
"selfTestFailures": 0,
|
|
1592
1579
|
"exampleSites": [
|
|
1593
|
-
"http://
|
|
1594
|
-
"http://
|
|
1595
|
-
"http://
|
|
1596
|
-
"http://
|
|
1597
|
-
"http://
|
|
1580
|
+
"http://coronationstreet.fandom.com/",
|
|
1581
|
+
"http://memory-alpha.fandom.com/",
|
|
1582
|
+
"http://hypixel-skyblock.fandom.com/",
|
|
1583
|
+
"http://ark.fandom.com/",
|
|
1584
|
+
"http://megamitensei.fandom.com/"
|
|
1598
1585
|
],
|
|
1599
1586
|
"failingSites": [],
|
|
1600
1587
|
"errorSites": []
|
|
@@ -1618,7 +1605,6 @@
|
|
|
1618
1605
|
"errors": 0,
|
|
1619
1606
|
"selfTestFailures": 0,
|
|
1620
1607
|
"exampleSites": [
|
|
1621
|
-
"http://coupons.businessinsider.com/",
|
|
1622
1608
|
"http://coupons.cnn.com/",
|
|
1623
1609
|
"http://financeband.com/",
|
|
1624
1610
|
"http://www.bosch-home.com/",
|
|
@@ -1632,11 +1618,11 @@
|
|
|
1632
1618
|
"errors": 0,
|
|
1633
1619
|
"selfTestFailures": 0,
|
|
1634
1620
|
"exampleSites": [
|
|
1635
|
-
"http://
|
|
1636
|
-
"http://www.
|
|
1637
|
-
"http://www.
|
|
1638
|
-
"http://www.
|
|
1639
|
-
"http://
|
|
1621
|
+
"http://correctiv.org/",
|
|
1622
|
+
"http://www.grazia-magazin.de/",
|
|
1623
|
+
"http://www.wer-weiss-was.de/",
|
|
1624
|
+
"http://www.engelhorn.de/",
|
|
1625
|
+
"http://shop.zeit.de/"
|
|
1640
1626
|
],
|
|
1641
1627
|
"failingSites": [],
|
|
1642
1628
|
"errorSites": []
|
|
@@ -1646,11 +1632,11 @@
|
|
|
1646
1632
|
"errors": 0,
|
|
1647
1633
|
"selfTestFailures": 0,
|
|
1648
1634
|
"exampleSites": [
|
|
1649
|
-
"http://www.
|
|
1650
|
-
"http://professional.vaillant.co.uk/",
|
|
1651
|
-
"http://www.allbatteries.co.uk/",
|
|
1635
|
+
"http://www.mytyres.co.uk/",
|
|
1652
1636
|
"http://www.brita.co.uk/",
|
|
1653
|
-
"http://www.
|
|
1637
|
+
"http://www.vaillant.co.uk/",
|
|
1638
|
+
"http://slashdot.org/",
|
|
1639
|
+
"http://www.nivea.co.uk/"
|
|
1654
1640
|
],
|
|
1655
1641
|
"failingSites": [],
|
|
1656
1642
|
"errorSites": []
|
|
@@ -1662,11 +1648,11 @@
|
|
|
1662
1648
|
"errors": 0,
|
|
1663
1649
|
"selfTestFailures": 0,
|
|
1664
1650
|
"exampleSites": [
|
|
1665
|
-
"http://
|
|
1666
|
-
"http://
|
|
1667
|
-
"http://gflenv.com/",
|
|
1651
|
+
"http://www.diamonds.pro/",
|
|
1652
|
+
"http://overviewbible.com/",
|
|
1668
1653
|
"http://www.queerty.com/",
|
|
1669
|
-
"http://
|
|
1654
|
+
"http://drhyman.com/",
|
|
1655
|
+
"http://www.mysextoyguide.com/"
|
|
1670
1656
|
],
|
|
1671
1657
|
"failingSites": [],
|
|
1672
1658
|
"errorSites": []
|
|
@@ -1676,11 +1662,11 @@
|
|
|
1676
1662
|
"errors": 0,
|
|
1677
1663
|
"selfTestFailures": 0,
|
|
1678
1664
|
"exampleSites": [
|
|
1679
|
-
"http://
|
|
1680
|
-
"http://
|
|
1681
|
-
"http://
|
|
1682
|
-
"http://
|
|
1683
|
-
"http://
|
|
1665
|
+
"http://schnittmuster-datenbank.de/",
|
|
1666
|
+
"http://oyva.de/",
|
|
1667
|
+
"http://www.bessermorgen.com/",
|
|
1668
|
+
"http://gocuckold.com/",
|
|
1669
|
+
"http://torsearch.com/"
|
|
1684
1670
|
],
|
|
1685
1671
|
"failingSites": [],
|
|
1686
1672
|
"errorSites": []
|
|
@@ -1690,11 +1676,11 @@
|
|
|
1690
1676
|
"errors": 0,
|
|
1691
1677
|
"selfTestFailures": 0,
|
|
1692
1678
|
"exampleSites": [
|
|
1693
|
-
"http://
|
|
1694
|
-
"http://
|
|
1695
|
-
"http://www.
|
|
1696
|
-
"http://
|
|
1697
|
-
"http://
|
|
1679
|
+
"http://mobalytics.gg/",
|
|
1680
|
+
"http://hifiplus.com/",
|
|
1681
|
+
"http://www.sunstore.co.uk/",
|
|
1682
|
+
"http://bushcraftuk.com/",
|
|
1683
|
+
"http://moneytothemasses.com/"
|
|
1698
1684
|
],
|
|
1699
1685
|
"failingSites": [],
|
|
1700
1686
|
"errorSites": []
|
|
@@ -1706,11 +1692,11 @@
|
|
|
1706
1692
|
"errors": 0,
|
|
1707
1693
|
"selfTestFailures": 0,
|
|
1708
1694
|
"exampleSites": [
|
|
1709
|
-
"http://www.
|
|
1710
|
-
"http://fnamerica.com/",
|
|
1711
|
-
"http://ridermagazine.com/",
|
|
1695
|
+
"http://www.earthtrekkers.com/",
|
|
1712
1696
|
"http://ubuntuhandbook.org/",
|
|
1713
|
-
"http://
|
|
1697
|
+
"http://www.sixflags.com/",
|
|
1698
|
+
"http://kingcomix.com/",
|
|
1699
|
+
"http://www.libertynation.com/"
|
|
1714
1700
|
],
|
|
1715
1701
|
"failingSites": [],
|
|
1716
1702
|
"errorSites": []
|
|
@@ -1720,11 +1706,11 @@
|
|
|
1720
1706
|
"errors": 0,
|
|
1721
1707
|
"selfTestFailures": 0,
|
|
1722
1708
|
"exampleSites": [
|
|
1723
|
-
"http://
|
|
1724
|
-
"http://
|
|
1725
|
-
"http://
|
|
1726
|
-
"http://
|
|
1727
|
-
"http://
|
|
1709
|
+
"http://technoguru.istocks.club/",
|
|
1710
|
+
"http://kingcomix.com/",
|
|
1711
|
+
"http://uncutnews.ch/",
|
|
1712
|
+
"http://esmark.de/",
|
|
1713
|
+
"http://thelordofporn.com/"
|
|
1728
1714
|
],
|
|
1729
1715
|
"failingSites": [],
|
|
1730
1716
|
"errorSites": []
|
|
@@ -1734,11 +1720,11 @@
|
|
|
1734
1720
|
"errors": 0,
|
|
1735
1721
|
"selfTestFailures": 0,
|
|
1736
1722
|
"exampleSites": [
|
|
1737
|
-
"http://
|
|
1738
|
-
"http://
|
|
1739
|
-
"http://
|
|
1740
|
-
"http://
|
|
1741
|
-
"http://www.
|
|
1723
|
+
"http://ultimaker.com/",
|
|
1724
|
+
"http://naturaler.co.uk/",
|
|
1725
|
+
"http://www.dxomark.com/",
|
|
1726
|
+
"http://grumpygreen.cricket/",
|
|
1727
|
+
"http://www.anytimefitness.co.uk/"
|
|
1742
1728
|
],
|
|
1743
1729
|
"failingSites": [],
|
|
1744
1730
|
"errorSites": []
|
|
@@ -1762,11 +1748,11 @@
|
|
|
1762
1748
|
"errors": 0,
|
|
1763
1749
|
"selfTestFailures": 0,
|
|
1764
1750
|
"exampleSites": [
|
|
1765
|
-
"http://www.
|
|
1766
|
-
"http://
|
|
1767
|
-
"http://
|
|
1768
|
-
"http://
|
|
1769
|
-
"http://www.
|
|
1751
|
+
"http://www.arzt-auskunft.de/",
|
|
1752
|
+
"http://sich-erinnern.de/",
|
|
1753
|
+
"http://www.helles-koepfchen.de/",
|
|
1754
|
+
"http://fixthephoto.com/",
|
|
1755
|
+
"http://www.elriwa.de/"
|
|
1770
1756
|
],
|
|
1771
1757
|
"failingSites": [],
|
|
1772
1758
|
"errorSites": []
|
|
@@ -1776,11 +1762,11 @@
|
|
|
1776
1762
|
"errors": 0,
|
|
1777
1763
|
"selfTestFailures": 0,
|
|
1778
1764
|
"exampleSites": [
|
|
1779
|
-
"http://www.
|
|
1780
|
-
"http://
|
|
1781
|
-
"http://
|
|
1782
|
-
"http://
|
|
1783
|
-
"http://www.
|
|
1765
|
+
"http://www.gramophone.co.uk/",
|
|
1766
|
+
"http://www.247backgammon.org/",
|
|
1767
|
+
"http://www.skiworld.co.uk/",
|
|
1768
|
+
"http://mopoga.com/",
|
|
1769
|
+
"http://www.moddb.com/"
|
|
1784
1770
|
],
|
|
1785
1771
|
"failingSites": [],
|
|
1786
1772
|
"errorSites": []
|
|
@@ -1802,11 +1788,11 @@
|
|
|
1802
1788
|
"errors": 0,
|
|
1803
1789
|
"selfTestFailures": 1,
|
|
1804
1790
|
"exampleSites": [
|
|
1805
|
-
"http://www.
|
|
1806
|
-
"http://
|
|
1807
|
-
"http://www.
|
|
1808
|
-
"http://
|
|
1809
|
-
"http://www.
|
|
1791
|
+
"http://www.avr-kommunal.de/",
|
|
1792
|
+
"http://www.tourentipp.com/",
|
|
1793
|
+
"http://www.preiswert-uebernachten.de/",
|
|
1794
|
+
"http://gesundpedia.de/",
|
|
1795
|
+
"http://www.stadtwerke-osnabrueck.de/"
|
|
1810
1796
|
],
|
|
1811
1797
|
"failingSites": [
|
|
1812
1798
|
"http://www.smeg.com/"
|
|
@@ -1818,10 +1804,10 @@
|
|
|
1818
1804
|
"errors": 0,
|
|
1819
1805
|
"selfTestFailures": 0,
|
|
1820
1806
|
"exampleSites": [
|
|
1821
|
-
"http://www.
|
|
1822
|
-
"http://moneynerd.co.uk/",
|
|
1823
|
-
"http://www.hussle.com/",
|
|
1807
|
+
"http://www.unbiased.co.uk/",
|
|
1824
1808
|
"http://www.jollyes.co.uk/",
|
|
1809
|
+
"http://rab.equipment/",
|
|
1810
|
+
"http://warthunder.com/",
|
|
1825
1811
|
"http://www.knivesandtools.co.uk/"
|
|
1826
1812
|
],
|
|
1827
1813
|
"failingSites": [],
|
|
@@ -1834,11 +1820,11 @@
|
|
|
1834
1820
|
"errors": 0,
|
|
1835
1821
|
"selfTestFailures": 4,
|
|
1836
1822
|
"exampleSites": [
|
|
1837
|
-
"http://www.
|
|
1838
|
-
"http://
|
|
1839
|
-
"http://
|
|
1840
|
-
"http://
|
|
1841
|
-
"http://www.
|
|
1823
|
+
"http://www.wegmans.com/",
|
|
1824
|
+
"http://www.enginebuildermag.com/",
|
|
1825
|
+
"http://goodmenproject.com/",
|
|
1826
|
+
"http://opencorporates.com/",
|
|
1827
|
+
"http://www.gunmann.com/"
|
|
1842
1828
|
],
|
|
1843
1829
|
"failingSites": [
|
|
1844
1830
|
"http://trustandwill.com/",
|
|
@@ -1853,10 +1839,10 @@
|
|
|
1853
1839
|
"errors": 0,
|
|
1854
1840
|
"selfTestFailures": 0,
|
|
1855
1841
|
"exampleSites": [
|
|
1856
|
-
"http://www.
|
|
1857
|
-
"http://de.drivereasy.com/",
|
|
1858
|
-
"http://www.blogseite.com/",
|
|
1842
|
+
"http://www.sudelfeld.de/",
|
|
1859
1843
|
"http://www.citysports.de/",
|
|
1844
|
+
"http://ki-bild-erstellen.de/",
|
|
1845
|
+
"http://knyfe.de/",
|
|
1860
1846
|
"http://www.drivereasy.com/"
|
|
1861
1847
|
],
|
|
1862
1848
|
"failingSites": [],
|
|
@@ -1867,11 +1853,11 @@
|
|
|
1867
1853
|
"errors": 0,
|
|
1868
1854
|
"selfTestFailures": 3,
|
|
1869
1855
|
"exampleSites": [
|
|
1870
|
-
"http://www.
|
|
1871
|
-
"http://
|
|
1872
|
-
"http://
|
|
1873
|
-
"http://
|
|
1874
|
-
"http://www.
|
|
1856
|
+
"http://www.drivereasy.com/",
|
|
1857
|
+
"http://thefamilycookbook.co.uk/",
|
|
1858
|
+
"http://www.jdgyms.co.uk/",
|
|
1859
|
+
"http://labour.org.uk/",
|
|
1860
|
+
"http://www.firstlightoptics.com/"
|
|
1875
1861
|
],
|
|
1876
1862
|
"failingSites": [
|
|
1877
1863
|
"http://www.chards.co.uk/",
|
|
@@ -1900,8 +1886,8 @@
|
|
|
1900
1886
|
"selfTestFailures": 0,
|
|
1901
1887
|
"exampleSites": [
|
|
1902
1888
|
"http://camslib.com/",
|
|
1903
|
-
"http://notube.cc/",
|
|
1904
1889
|
"http://www.netgear.com/",
|
|
1890
|
+
"http://pastly.de/",
|
|
1905
1891
|
"http://www.corona-in-zahlen.de/",
|
|
1906
1892
|
"http://www.esg-soest.de/"
|
|
1907
1893
|
],
|
|
@@ -1914,9 +1900,9 @@
|
|
|
1914
1900
|
"selfTestFailures": 0,
|
|
1915
1901
|
"exampleSites": [
|
|
1916
1902
|
"http://camslib.com/",
|
|
1917
|
-
"http://hubite.com/",
|
|
1918
|
-
"http://www.netgear.com/",
|
|
1919
1903
|
"http://www.theenergyshop.com/",
|
|
1904
|
+
"http://ldwa.org.uk/",
|
|
1905
|
+
"http://www.houseofnames.com/",
|
|
1920
1906
|
"http://www.ukclimbing.com/"
|
|
1921
1907
|
],
|
|
1922
1908
|
"failingSites": [],
|
|
@@ -2020,11 +2006,7 @@
|
|
|
2020
2006
|
"sites": 3,
|
|
2021
2007
|
"errors": 0,
|
|
2022
2008
|
"selfTestFailures": 0,
|
|
2023
|
-
"exampleSites": [
|
|
2024
|
-
"http://inews.co.uk/",
|
|
2025
|
-
"http://metro.co.uk/",
|
|
2026
|
-
"http://www.dailymail.com/"
|
|
2027
|
-
],
|
|
2009
|
+
"exampleSites": [],
|
|
2028
2010
|
"failingSites": [],
|
|
2029
2011
|
"errorSites": []
|
|
2030
2012
|
}
|
|
@@ -2071,10 +2053,10 @@
|
|
|
2071
2053
|
"errors": 0,
|
|
2072
2054
|
"selfTestFailures": 1,
|
|
2073
2055
|
"exampleSites": [
|
|
2074
|
-
"http://www.
|
|
2075
|
-
"http://www.aa.org/",
|
|
2076
|
-
"http://www.flysfo.com/",
|
|
2056
|
+
"http://www.visitmusiccity.com/",
|
|
2077
2057
|
"http://www.myflfamilies.com/",
|
|
2058
|
+
"http://www.adventhealth.com/",
|
|
2059
|
+
"http://www.battlefields.org/",
|
|
2078
2060
|
"http://www.natlawreview.com/"
|
|
2079
2061
|
],
|
|
2080
2062
|
"failingSites": [
|
|
@@ -2087,11 +2069,11 @@
|
|
|
2087
2069
|
"errors": 0,
|
|
2088
2070
|
"selfTestFailures": 4,
|
|
2089
2071
|
"exampleSites": [
|
|
2090
|
-
"http://www.
|
|
2091
|
-
"http://
|
|
2092
|
-
"http://www.
|
|
2093
|
-
"http://www.
|
|
2094
|
-
"http://www.
|
|
2072
|
+
"http://www.gardasee.de/",
|
|
2073
|
+
"http://www.catan.de/",
|
|
2074
|
+
"http://www.mannheim.de/",
|
|
2075
|
+
"http://www.avery-zweckform.com/",
|
|
2076
|
+
"http://www.heubach-edelmetalle.de/"
|
|
2095
2077
|
],
|
|
2096
2078
|
"failingSites": [
|
|
2097
2079
|
"http://www.avery-zweckform.com/",
|
|
@@ -2106,11 +2088,11 @@
|
|
|
2106
2088
|
"errors": 0,
|
|
2107
2089
|
"selfTestFailures": 6,
|
|
2108
2090
|
"exampleSites": [
|
|
2109
|
-
"http://www.
|
|
2110
|
-
"http://
|
|
2111
|
-
"http://www.
|
|
2112
|
-
"http://www.
|
|
2113
|
-
"http://www.
|
|
2091
|
+
"http://www.fca.org.uk/",
|
|
2092
|
+
"http://www.cfr.org/",
|
|
2093
|
+
"http://www.wokingham.gov.uk/",
|
|
2094
|
+
"http://www.avery.co.uk/",
|
|
2095
|
+
"http://www.hart.gov.uk/"
|
|
2114
2096
|
],
|
|
2115
2097
|
"failingSites": [
|
|
2116
2098
|
"http://www.ucl.ac.uk/",
|
|
@@ -2166,11 +2148,11 @@
|
|
|
2166
2148
|
"errors": 0,
|
|
2167
2149
|
"selfTestFailures": 0,
|
|
2168
2150
|
"exampleSites": [
|
|
2169
|
-
"http://
|
|
2170
|
-
"http://www.
|
|
2171
|
-
"http://
|
|
2172
|
-
"http://www.
|
|
2173
|
-
"http://
|
|
2151
|
+
"http://chordify.net/",
|
|
2152
|
+
"http://www.gotarot.de/",
|
|
2153
|
+
"http://flytant.com/",
|
|
2154
|
+
"http://www.campingfrance.com/",
|
|
2155
|
+
"http://game8.co/"
|
|
2174
2156
|
],
|
|
2175
2157
|
"failingSites": [],
|
|
2176
2158
|
"errorSites": []
|
|
@@ -2180,11 +2162,11 @@
|
|
|
2180
2162
|
"errors": 2,
|
|
2181
2163
|
"selfTestFailures": 0,
|
|
2182
2164
|
"exampleSites": [
|
|
2183
|
-
"http://
|
|
2184
|
-
"http://www.
|
|
2185
|
-
"http://www.
|
|
2186
|
-
"http://www.
|
|
2187
|
-
"http://
|
|
2165
|
+
"http://britishlistedbuildings.co.uk/",
|
|
2166
|
+
"http://www.cleancss.com/",
|
|
2167
|
+
"http://www.xxlmag.com/",
|
|
2168
|
+
"http://www.airport-london-heathrow.com/",
|
|
2169
|
+
"http://hbr.org/"
|
|
2188
2170
|
],
|
|
2189
2171
|
"failingSites": [],
|
|
2190
2172
|
"errorSites": [
|
|
@@ -2231,11 +2213,11 @@
|
|
|
2231
2213
|
"errors": 0,
|
|
2232
2214
|
"selfTestFailures": 1,
|
|
2233
2215
|
"exampleSites": [
|
|
2234
|
-
"http://
|
|
2235
|
-
"http://
|
|
2236
|
-
"http://www.
|
|
2237
|
-
"http://
|
|
2238
|
-
"http://
|
|
2216
|
+
"http://social.technet.microsoft.com/",
|
|
2217
|
+
"http://navient.com/",
|
|
2218
|
+
"http://www.viki.com/",
|
|
2219
|
+
"http://devblogs.microsoft.com/",
|
|
2220
|
+
"http://support.xbox.com/"
|
|
2239
2221
|
],
|
|
2240
2222
|
"failingSites": [
|
|
2241
2223
|
"http://www.arturia.com/"
|
|
@@ -2247,11 +2229,11 @@
|
|
|
2247
2229
|
"errors": 0,
|
|
2248
2230
|
"selfTestFailures": 1,
|
|
2249
2231
|
"exampleSites": [
|
|
2232
|
+
"http://support.xbox.com/",
|
|
2250
2233
|
"http://www.viki.com/",
|
|
2251
|
-
"http://
|
|
2252
|
-
"http://
|
|
2253
|
-
"http://www.
|
|
2254
|
-
"http://www.typescriptlang.org/"
|
|
2234
|
+
"http://www.overleaf.com/",
|
|
2235
|
+
"http://hilfe.ard.de/",
|
|
2236
|
+
"http://www.vbl.de/"
|
|
2255
2237
|
],
|
|
2256
2238
|
"failingSites": [
|
|
2257
2239
|
"http://www.arturia.com/"
|
|
@@ -2263,11 +2245,11 @@
|
|
|
2263
2245
|
"errors": 0,
|
|
2264
2246
|
"selfTestFailures": 1,
|
|
2265
2247
|
"exampleSites": [
|
|
2266
|
-
"http://
|
|
2267
|
-
"http://www.
|
|
2268
|
-
"http://www.
|
|
2269
|
-
"http://
|
|
2270
|
-
"http://www.
|
|
2248
|
+
"http://hackaday.io/",
|
|
2249
|
+
"http://www.gak.co.uk/",
|
|
2250
|
+
"http://www.dicklovett.co.uk/",
|
|
2251
|
+
"http://check-for-flooding.service.gov.uk/",
|
|
2252
|
+
"http://www.fractal-design.com/"
|
|
2271
2253
|
],
|
|
2272
2254
|
"failingSites": [
|
|
2273
2255
|
"http://www.arturia.com/"
|
|
@@ -2282,8 +2264,8 @@
|
|
|
2282
2264
|
"selfTestFailures": 0,
|
|
2283
2265
|
"exampleSites": [
|
|
2284
2266
|
"http://bard.google.com/",
|
|
2285
|
-
"http://maps.google.com/",
|
|
2286
2267
|
"http://translate.google.com/",
|
|
2268
|
+
"http://news.google.com/",
|
|
2287
2269
|
"http://pixel.google.com/",
|
|
2288
2270
|
"http://store.google.com/"
|
|
2289
2271
|
],
|
|
@@ -2296,8 +2278,8 @@
|
|
|
2296
2278
|
"selfTestFailures": 0,
|
|
2297
2279
|
"exampleSites": [
|
|
2298
2280
|
"http://bard.google.com/",
|
|
2299
|
-
"http://maps.google.com/",
|
|
2300
2281
|
"http://translate.google.com/",
|
|
2282
|
+
"http://news.google.com/",
|
|
2301
2283
|
"http://pixel.google.com/",
|
|
2302
2284
|
"http://store.google.com/"
|
|
2303
2285
|
],
|
|
@@ -2312,8 +2294,8 @@
|
|
|
2312
2294
|
"selfTestFailures": 0,
|
|
2313
2295
|
"exampleSites": [
|
|
2314
2296
|
"http://images.google.com/",
|
|
2315
|
-
"http://search.google.com/",
|
|
2316
2297
|
"http://www.google.it/",
|
|
2298
|
+
"http://www.google.com/",
|
|
2317
2299
|
"http://www.google.de/",
|
|
2318
2300
|
"http://www.google.fr/"
|
|
2319
2301
|
],
|
|
@@ -2326,8 +2308,8 @@
|
|
|
2326
2308
|
"selfTestFailures": 0,
|
|
2327
2309
|
"exampleSites": [
|
|
2328
2310
|
"http://google.co.uk/",
|
|
2329
|
-
"http://images.google.co.uk/",
|
|
2330
2311
|
"http://www.google.com/",
|
|
2312
|
+
"http://images.google.com/",
|
|
2331
2313
|
"http://search.google.com/",
|
|
2332
2314
|
"http://www.google.co.uk/"
|
|
2333
2315
|
],
|
|
@@ -2362,9 +2344,9 @@
|
|
|
2362
2344
|
"selfTestFailures": 0,
|
|
2363
2345
|
"exampleSites": [
|
|
2364
2346
|
"http://community.hmrc.gov.uk/",
|
|
2365
|
-
"http://coronavirus.data.gov.uk/",
|
|
2366
|
-
"http://www.adur-worthing.gov.uk/",
|
|
2367
2347
|
"http://www.ethnicity-facts-figures.service.gov.uk/",
|
|
2348
|
+
"http://findajob.dwp.gov.uk/",
|
|
2349
|
+
"http://honours.cabinetoffice.gov.uk/",
|
|
2368
2350
|
"http://www.gov.uk/"
|
|
2369
2351
|
],
|
|
2370
2352
|
"failingSites": [],
|
|
@@ -2441,10 +2423,10 @@
|
|
|
2441
2423
|
"errors": 0,
|
|
2442
2424
|
"selfTestFailures": 0,
|
|
2443
2425
|
"exampleSites": [
|
|
2444
|
-
"http://www.
|
|
2445
|
-
"http://chministries.org/",
|
|
2446
|
-
"http://www.blackriflecoffee.com/",
|
|
2426
|
+
"http://www.truthforlife.org/",
|
|
2447
2427
|
"http://www.hubspot.com/",
|
|
2428
|
+
"http://resources.workable.com/",
|
|
2429
|
+
"http://www.beretta.com/",
|
|
2448
2430
|
"http://www.kff.org/"
|
|
2449
2431
|
],
|
|
2450
2432
|
"failingSites": [],
|
|
@@ -2469,8 +2451,8 @@
|
|
|
2469
2451
|
"selfTestFailures": 0,
|
|
2470
2452
|
"exampleSites": [
|
|
2471
2453
|
"http://blog.hubspot.com/",
|
|
2472
|
-
"http://blogs.transparent.com/",
|
|
2473
2454
|
"http://www.countryside-alliance.org/",
|
|
2455
|
+
"http://g-shock.co.uk/",
|
|
2474
2456
|
"http://www.casio.co.uk/",
|
|
2475
2457
|
"http://www.casio.com/"
|
|
2476
2458
|
],
|
|
@@ -2512,11 +2494,11 @@
|
|
|
2512
2494
|
"errors": 0,
|
|
2513
2495
|
"selfTestFailures": 0,
|
|
2514
2496
|
"exampleSites": [
|
|
2515
|
-
"http://www.
|
|
2516
|
-
"http://
|
|
2517
|
-
"http://
|
|
2518
|
-
"http://
|
|
2519
|
-
"http://www.
|
|
2497
|
+
"http://www.dslvergleich.net/",
|
|
2498
|
+
"http://ricette.giallozafferano.it/",
|
|
2499
|
+
"http://www.ranker.com/",
|
|
2500
|
+
"http://forum.arduino.cc/",
|
|
2501
|
+
"http://www.frolicme.com/"
|
|
2520
2502
|
],
|
|
2521
2503
|
"failingSites": [],
|
|
2522
2504
|
"errorSites": []
|
|
@@ -2526,11 +2508,11 @@
|
|
|
2526
2508
|
"errors": 0,
|
|
2527
2509
|
"selfTestFailures": 0,
|
|
2528
2510
|
"exampleSites": [
|
|
2529
|
-
"http://www.
|
|
2530
|
-
"http://
|
|
2531
|
-
"http://
|
|
2532
|
-
"http://
|
|
2533
|
-
"http://www.
|
|
2511
|
+
"http://www.elastic.co/",
|
|
2512
|
+
"http://newatlas.com/",
|
|
2513
|
+
"http://www.luggagesuperstore.co.uk/",
|
|
2514
|
+
"http://dunsterhouse.co.uk/",
|
|
2515
|
+
"http://www.frolicme.com/"
|
|
2534
2516
|
],
|
|
2535
2517
|
"failingSites": [],
|
|
2536
2518
|
"errorSites": []
|
|
@@ -2556,9 +2538,9 @@
|
|
|
2556
2538
|
"selfTestFailures": 0,
|
|
2557
2539
|
"exampleSites": [
|
|
2558
2540
|
"http://arosalenzerheide.swiss/",
|
|
2559
|
-
"http://pornhub-deutsch.info/",
|
|
2560
|
-
"http://www.salzburg.info/",
|
|
2561
2541
|
"http://www.stabilo-fachmarkt.de/",
|
|
2542
|
+
"http://www.interaquaristik.de/",
|
|
2543
|
+
"http://www.kleinwalsertal.com/",
|
|
2562
2544
|
"http://www.reifetube.com/"
|
|
2563
2545
|
],
|
|
2564
2546
|
"failingSites": [],
|
|
@@ -2635,8 +2617,8 @@
|
|
|
2635
2617
|
"selfTestFailures": 0,
|
|
2636
2618
|
"exampleSites": [
|
|
2637
2619
|
"http://at.linkedin.com/",
|
|
2638
|
-
"http://ch.linkedin.com/",
|
|
2639
2620
|
"http://uk.linkedin.com/",
|
|
2621
|
+
"http://de.linkedin.com/",
|
|
2640
2622
|
"http://fr.linkedin.com/",
|
|
2641
2623
|
"http://nl.linkedin.com/"
|
|
2642
2624
|
],
|
|
@@ -2648,10 +2630,10 @@
|
|
|
2648
2630
|
"errors": 0,
|
|
2649
2631
|
"selfTestFailures": 0,
|
|
2650
2632
|
"exampleSites": [
|
|
2651
|
-
"http://
|
|
2652
|
-
"http://br.linkedin.com/",
|
|
2653
|
-
"http://fr.linkedin.com/",
|
|
2633
|
+
"http://www.linkedin.com/",
|
|
2654
2634
|
"http://ie.linkedin.com/",
|
|
2635
|
+
"http://ca.linkedin.com/",
|
|
2636
|
+
"http://de.linkedin.com/",
|
|
2655
2637
|
"http://in.linkedin.com/"
|
|
2656
2638
|
],
|
|
2657
2639
|
"failingSites": [],
|
|
@@ -2701,11 +2683,11 @@
|
|
|
2701
2683
|
"errors": 0,
|
|
2702
2684
|
"selfTestFailures": 0,
|
|
2703
2685
|
"exampleSites": [
|
|
2704
|
-
"http://
|
|
2705
|
-
"http://answers.microsoft.com/",
|
|
2706
|
-
"http://learn.microsoft.com/",
|
|
2686
|
+
"http://support.microsoft.com/",
|
|
2707
2687
|
"http://onedrive.live.com/",
|
|
2708
|
-
"http://outlook.
|
|
2688
|
+
"http://www.outlook.com/",
|
|
2689
|
+
"http://code.visualstudio.com/",
|
|
2690
|
+
"http://windows.microsoft.com/"
|
|
2709
2691
|
],
|
|
2710
2692
|
"failingSites": [],
|
|
2711
2693
|
"errorSites": []
|
|
@@ -2715,11 +2697,11 @@
|
|
|
2715
2697
|
"errors": 0,
|
|
2716
2698
|
"selfTestFailures": 0,
|
|
2717
2699
|
"exampleSites": [
|
|
2718
|
-
"http://
|
|
2719
|
-
"http://
|
|
2720
|
-
"http://
|
|
2721
|
-
"http://
|
|
2722
|
-
"http://
|
|
2700
|
+
"http://outlook.live.com/",
|
|
2701
|
+
"http://devblogs.microsoft.com/",
|
|
2702
|
+
"http://visualstudio.microsoft.com/",
|
|
2703
|
+
"http://blogs.windows.com/",
|
|
2704
|
+
"http://social.msdn.microsoft.com/"
|
|
2723
2705
|
],
|
|
2724
2706
|
"failingSites": [],
|
|
2725
2707
|
"errorSites": []
|
|
@@ -2790,7 +2772,6 @@
|
|
|
2790
2772
|
"errors": 0,
|
|
2791
2773
|
"selfTestFailures": 0,
|
|
2792
2774
|
"exampleSites": [
|
|
2793
|
-
"http://help.netflix.com/",
|
|
2794
2775
|
"http://www.netflix.com/"
|
|
2795
2776
|
],
|
|
2796
2777
|
"failingSites": [],
|
|
@@ -2801,7 +2782,6 @@
|
|
|
2801
2782
|
"errors": 0,
|
|
2802
2783
|
"selfTestFailures": 0,
|
|
2803
2784
|
"exampleSites": [
|
|
2804
|
-
"http://help.netflix.com/",
|
|
2805
2785
|
"http://www.netflix.com/"
|
|
2806
2786
|
],
|
|
2807
2787
|
"failingSites": [],
|
|
@@ -2846,11 +2826,11 @@
|
|
|
2846
2826
|
"errors": 0,
|
|
2847
2827
|
"selfTestFailures": 0,
|
|
2848
2828
|
"exampleSites": [
|
|
2849
|
-
"http://www.
|
|
2850
|
-
"http://forum.proxmox.com/",
|
|
2851
|
-
"http://forums.socialmediagirls.com/",
|
|
2829
|
+
"http://www.lpsg.com/",
|
|
2852
2830
|
"http://forums.tdiclub.com/",
|
|
2853
|
-
"http://
|
|
2831
|
+
"http://forums.anandtech.com/",
|
|
2832
|
+
"http://forums.civfanatics.com/",
|
|
2833
|
+
"http://www.snbforums.com/"
|
|
2854
2834
|
],
|
|
2855
2835
|
"failingSites": [],
|
|
2856
2836
|
"errorSites": []
|
|
@@ -2860,10 +2840,10 @@
|
|
|
2860
2840
|
"errors": 0,
|
|
2861
2841
|
"selfTestFailures": 0,
|
|
2862
2842
|
"exampleSites": [
|
|
2863
|
-
"http://www.
|
|
2864
|
-
"http://forum.heimnetz.de/",
|
|
2865
|
-
"http://messerforum.net/",
|
|
2843
|
+
"http://www.taschenlampen-forum.de/",
|
|
2866
2844
|
"http://tx-board.de/",
|
|
2845
|
+
"http://forum.proxmox.com/",
|
|
2846
|
+
"http://forums.freebsd.org/",
|
|
2867
2847
|
"http://www.blacktowhite.net/"
|
|
2868
2848
|
],
|
|
2869
2849
|
"failingSites": [],
|
|
@@ -2874,11 +2854,11 @@
|
|
|
2874
2854
|
"errors": 0,
|
|
2875
2855
|
"selfTestFailures": 0,
|
|
2876
2856
|
"exampleSites": [
|
|
2877
|
-
"http://www.
|
|
2878
|
-
"http://forums.anandtech.com/",
|
|
2879
|
-
"http://forums.overclockers.co.uk/",
|
|
2857
|
+
"http://www.cyclechat.net/",
|
|
2880
2858
|
"http://forums.tdiclub.com/",
|
|
2881
|
-
"http://
|
|
2859
|
+
"http://www.snbforums.com/",
|
|
2860
|
+
"http://forums.freebsd.org/",
|
|
2861
|
+
"http://www.lrukforums.com/"
|
|
2882
2862
|
],
|
|
2883
2863
|
"failingSites": [],
|
|
2884
2864
|
"errorSites": []
|
|
@@ -2968,11 +2948,11 @@
|
|
|
2968
2948
|
"errors": 0,
|
|
2969
2949
|
"selfTestFailures": 0,
|
|
2970
2950
|
"exampleSites": [
|
|
2971
|
-
"http://
|
|
2972
|
-
"http://www.
|
|
2973
|
-
"http://www.
|
|
2974
|
-
"http://
|
|
2975
|
-
"http://www.
|
|
2951
|
+
"http://omaha.com/",
|
|
2952
|
+
"http://www.jdsupra.com/",
|
|
2953
|
+
"http://www.dpreview.com/",
|
|
2954
|
+
"http://buffalonews.com/",
|
|
2955
|
+
"http://www.hubermanlab.com/"
|
|
2976
2956
|
],
|
|
2977
2957
|
"failingSites": [],
|
|
2978
2958
|
"errorSites": []
|
|
@@ -2982,11 +2962,11 @@
|
|
|
2982
2962
|
"errors": 0,
|
|
2983
2963
|
"selfTestFailures": 0,
|
|
2984
2964
|
"exampleSites": [
|
|
2985
|
-
"http://www.
|
|
2986
|
-
"http://de.hotels.com/",
|
|
2987
|
-
"http://openvpn.net/",
|
|
2965
|
+
"http://www.g2.com/",
|
|
2988
2966
|
"http://stocktwits.com/",
|
|
2989
|
-
"http://
|
|
2967
|
+
"http://www.peruvianconnection.de/",
|
|
2968
|
+
"http://ieeexplore.ieee.org/",
|
|
2969
|
+
"http://www.insider.com/"
|
|
2990
2970
|
],
|
|
2991
2971
|
"failingSites": [],
|
|
2992
2972
|
"errorSites": []
|
|
@@ -2996,11 +2976,11 @@
|
|
|
2996
2976
|
"errors": 0,
|
|
2997
2977
|
"selfTestFailures": 0,
|
|
2998
2978
|
"exampleSites": [
|
|
2999
|
-
"http://
|
|
3000
|
-
"http://
|
|
3001
|
-
"http://
|
|
3002
|
-
"http://
|
|
3003
|
-
"http://
|
|
2979
|
+
"http://spectrum.ieee.org/",
|
|
2980
|
+
"http://onlinedoctor.boots.com/",
|
|
2981
|
+
"http://uk.scalextric.com/",
|
|
2982
|
+
"http://hotels.com/",
|
|
2983
|
+
"http://uk.airfix.com/"
|
|
3004
2984
|
],
|
|
3005
2985
|
"failingSites": [],
|
|
3006
2986
|
"errorSites": []
|
|
@@ -3059,11 +3039,11 @@
|
|
|
3059
3039
|
"errors": 0,
|
|
3060
3040
|
"selfTestFailures": 0,
|
|
3061
3041
|
"exampleSites": [
|
|
3062
|
-
"http://www.
|
|
3063
|
-
"http://robbreport.com/",
|
|
3064
|
-
"http://tvline.com/",
|
|
3042
|
+
"http://www.rollingstone.com/",
|
|
3065
3043
|
"http://wwd.com/",
|
|
3066
|
-
"http://
|
|
3044
|
+
"http://soaps.sheknows.com/",
|
|
3045
|
+
"http://spy.com/",
|
|
3046
|
+
"http://www.vibe.com/"
|
|
3067
3047
|
],
|
|
3068
3048
|
"failingSites": [],
|
|
3069
3049
|
"errorSites": []
|
|
@@ -3121,11 +3101,11 @@
|
|
|
3121
3101
|
"errors": 0,
|
|
3122
3102
|
"selfTestFailures": 0,
|
|
3123
3103
|
"exampleSites": [
|
|
3124
|
-
"http://
|
|
3125
|
-
"http://
|
|
3126
|
-
"http://www.
|
|
3127
|
-
"http://
|
|
3128
|
-
"http://www.
|
|
3104
|
+
"http://ihreapotheken.de/",
|
|
3105
|
+
"http://www.meine-familie-und-ich.de/",
|
|
3106
|
+
"http://www.guidingtech.com/",
|
|
3107
|
+
"http://de.epicdope.com/",
|
|
3108
|
+
"http://www.macrumors.com/"
|
|
3129
3109
|
],
|
|
3130
3110
|
"failingSites": [],
|
|
3131
3111
|
"errorSites": []
|
|
@@ -3135,11 +3115,11 @@
|
|
|
3135
3115
|
"errors": 0,
|
|
3136
3116
|
"selfTestFailures": 0,
|
|
3137
3117
|
"exampleSites": [
|
|
3138
|
-
"http://
|
|
3139
|
-
"http://
|
|
3140
|
-
"http://
|
|
3141
|
-
"http://www.
|
|
3142
|
-
"http://
|
|
3118
|
+
"http://carwow.co.uk/",
|
|
3119
|
+
"http://nosweatshakespeare.com/",
|
|
3120
|
+
"http://liveboldandbloom.com/",
|
|
3121
|
+
"http://www.nutritionadvance.com/",
|
|
3122
|
+
"http://nerdtechy.com/"
|
|
3143
3123
|
],
|
|
3144
3124
|
"failingSites": [],
|
|
3145
3125
|
"errorSites": []
|
|
@@ -3151,11 +3131,11 @@
|
|
|
3151
3131
|
"errors": 0,
|
|
3152
3132
|
"selfTestFailures": 0,
|
|
3153
3133
|
"exampleSites": [
|
|
3154
|
-
"http://www.
|
|
3155
|
-
"http://journals.sagepub.com/",
|
|
3156
|
-
"http://www.dailystar.co.uk/",
|
|
3134
|
+
"http://www.mirror.co.uk/",
|
|
3157
3135
|
"http://www.express.co.uk/",
|
|
3158
|
-
"http://www.
|
|
3136
|
+
"http://www.typingtest.com/",
|
|
3137
|
+
"http://www.bluestacks.com/",
|
|
3138
|
+
"http://www.thejc.com/"
|
|
3159
3139
|
],
|
|
3160
3140
|
"failingSites": [],
|
|
3161
3141
|
"errorSites": []
|
|
@@ -3165,11 +3145,11 @@
|
|
|
3165
3145
|
"errors": 0,
|
|
3166
3146
|
"selfTestFailures": 0,
|
|
3167
3147
|
"exampleSites": [
|
|
3168
|
-
"http://
|
|
3169
|
-
"http://
|
|
3170
|
-
"http://
|
|
3171
|
-
"http://www.
|
|
3172
|
-
"http://
|
|
3148
|
+
"http://dnschecker.org/",
|
|
3149
|
+
"http://trauer.shz.de/",
|
|
3150
|
+
"http://poki.com/",
|
|
3151
|
+
"http://www.trustedreviews.com/",
|
|
3152
|
+
"http://tkp.at/"
|
|
3173
3153
|
],
|
|
3174
3154
|
"failingSites": [],
|
|
3175
3155
|
"errorSites": []
|
|
@@ -3179,11 +3159,11 @@
|
|
|
3179
3159
|
"errors": 0,
|
|
3180
3160
|
"selfTestFailures": 0,
|
|
3181
3161
|
"exampleSites": [
|
|
3182
|
-
"http://
|
|
3183
|
-
"http://www.
|
|
3184
|
-
"http://www.
|
|
3185
|
-
"http://www.
|
|
3186
|
-
"http://
|
|
3162
|
+
"http://cardealermagazine.co.uk/",
|
|
3163
|
+
"http://www.doctify.com/",
|
|
3164
|
+
"http://www.timeanddate.com/",
|
|
3165
|
+
"http://www.brainyquote.com/",
|
|
3166
|
+
"http://manuall.co.uk/"
|
|
3187
3167
|
],
|
|
3188
3168
|
"failingSites": [],
|
|
3189
3169
|
"errorSites": []
|
|
@@ -3220,11 +3200,11 @@
|
|
|
3220
3200
|
"errors": 0,
|
|
3221
3201
|
"selfTestFailures": 0,
|
|
3222
3202
|
"exampleSites": [
|
|
3223
|
-
"http://www.
|
|
3224
|
-
"http://
|
|
3225
|
-
"http://
|
|
3226
|
-
"http://
|
|
3227
|
-
"http://www.
|
|
3203
|
+
"http://www.landwirt.com/",
|
|
3204
|
+
"http://wordle.at/",
|
|
3205
|
+
"http://www.manualslib.de/",
|
|
3206
|
+
"http://devicetests.com/",
|
|
3207
|
+
"http://www.linguee.de/"
|
|
3228
3208
|
],
|
|
3229
3209
|
"failingSites": [],
|
|
3230
3210
|
"errorSites": []
|
|
@@ -3234,11 +3214,11 @@
|
|
|
3234
3214
|
"errors": 0,
|
|
3235
3215
|
"selfTestFailures": 1,
|
|
3236
3216
|
"exampleSites": [
|
|
3237
|
-
"http://www.
|
|
3238
|
-
"http://
|
|
3239
|
-
"http://
|
|
3240
|
-
"http://
|
|
3241
|
-
"http://www.
|
|
3217
|
+
"http://www.fmscout.com/",
|
|
3218
|
+
"http://wordfind.com/",
|
|
3219
|
+
"http://www.maketecheasier.com/",
|
|
3220
|
+
"http://kprofiles.com/",
|
|
3221
|
+
"http://www.isitdownrightnow.com/"
|
|
3242
3222
|
],
|
|
3243
3223
|
"failingSites": [
|
|
3244
3224
|
"http://www.morewords.com/"
|
|
@@ -3362,7 +3342,6 @@
|
|
|
3362
3342
|
"errors": 0,
|
|
3363
3343
|
"selfTestFailures": 0,
|
|
3364
3344
|
"exampleSites": [
|
|
3365
|
-
"http://itler.net/",
|
|
3366
3345
|
"http://sciencefiles.org/",
|
|
3367
3346
|
"http://terraherz.wpcomstaging.com/"
|
|
3368
3347
|
],
|
|
@@ -3386,9 +3365,7 @@
|
|
|
3386
3365
|
"sites": 1,
|
|
3387
3366
|
"errors": 0,
|
|
3388
3367
|
"selfTestFailures": 0,
|
|
3389
|
-
"exampleSites": [
|
|
3390
|
-
"http://www.tiktok.com/"
|
|
3391
|
-
],
|
|
3368
|
+
"exampleSites": [],
|
|
3392
3369
|
"failingSites": [],
|
|
3393
3370
|
"errorSites": []
|
|
3394
3371
|
},
|
|
@@ -3444,8 +3421,8 @@
|
|
|
3444
3421
|
"selfTestFailures": 0,
|
|
3445
3422
|
"exampleSites": [
|
|
3446
3423
|
"http://www.arbys.com/",
|
|
3447
|
-
"http://www.buffalowildwings.com/",
|
|
3448
3424
|
"http://www.oreillyauto.com/",
|
|
3425
|
+
"http://www.dunkindonuts.com/",
|
|
3449
3426
|
"http://www.ethanallen.com/",
|
|
3450
3427
|
"http://www.jimmyjohns.com/"
|
|
3451
3428
|
],
|
|
@@ -3566,11 +3543,10 @@
|
|
|
3566
3543
|
"errors": 0,
|
|
3567
3544
|
"selfTestFailures": 0,
|
|
3568
3545
|
"exampleSites": [
|
|
3569
|
-
"http://www.
|
|
3570
|
-
"http://
|
|
3571
|
-
"http://www.
|
|
3572
|
-
"http://www.
|
|
3573
|
-
"http://www.kia.com/"
|
|
3546
|
+
"http://www.festoolusa.com/",
|
|
3547
|
+
"http://www.kia.com/",
|
|
3548
|
+
"http://www.skillshare.com/",
|
|
3549
|
+
"http://www.trivago.com/"
|
|
3574
3550
|
],
|
|
3575
3551
|
"failingSites": [],
|
|
3576
3552
|
"errorSites": []
|
|
@@ -3580,11 +3556,11 @@
|
|
|
3580
3556
|
"errors": 0,
|
|
3581
3557
|
"selfTestFailures": 1,
|
|
3582
3558
|
"exampleSites": [
|
|
3583
|
-
"http://
|
|
3584
|
-
"http://www.
|
|
3585
|
-
"http://www.
|
|
3586
|
-
"http://www.
|
|
3587
|
-
"http://
|
|
3559
|
+
"http://bz-ticket.de/",
|
|
3560
|
+
"http://www.enviam.de/",
|
|
3561
|
+
"http://www.wohnungsboerse.net/",
|
|
3562
|
+
"http://www.cherry.de/",
|
|
3563
|
+
"http://porta.de/"
|
|
3588
3564
|
],
|
|
3589
3565
|
"failingSites": [
|
|
3590
3566
|
"http://www.advanzia.com/"
|
|
@@ -3596,11 +3572,11 @@
|
|
|
3596
3572
|
"errors": 0,
|
|
3597
3573
|
"selfTestFailures": 0,
|
|
3598
3574
|
"exampleSites": [
|
|
3599
|
-
"http://www.
|
|
3600
|
-
"http://
|
|
3601
|
-
"http://
|
|
3602
|
-
"http://
|
|
3603
|
-
"http://www.
|
|
3575
|
+
"http://www.emma-sleep.co.uk/",
|
|
3576
|
+
"http://www.avogel.co.uk/",
|
|
3577
|
+
"http://www.jack-wolfskin.co.uk/",
|
|
3578
|
+
"http://hugoboss.com/",
|
|
3579
|
+
"http://www.fortnumandmason.com/"
|
|
3604
3580
|
],
|
|
3605
3581
|
"failingSites": [],
|
|
3606
3582
|
"errorSites": []
|
|
@@ -3612,18 +3588,18 @@
|
|
|
3612
3588
|
"errors": 0,
|
|
3613
3589
|
"selfTestFailures": 13,
|
|
3614
3590
|
"exampleSites": [
|
|
3615
|
-
"http://www.
|
|
3616
|
-
"http://
|
|
3617
|
-
"http://www.
|
|
3618
|
-
"http://
|
|
3619
|
-
"http://www.
|
|
3591
|
+
"http://www.advocard.de/",
|
|
3592
|
+
"http://www.zinspilot.de/",
|
|
3593
|
+
"http://www.selfio.de/",
|
|
3594
|
+
"http://forum.joomla.de/",
|
|
3595
|
+
"http://www.zalando.de/"
|
|
3620
3596
|
],
|
|
3621
3597
|
"failingSites": [
|
|
3598
|
+
"http://www.meine-krankenkasse.de/",
|
|
3599
|
+
"http://www.wandern.de/",
|
|
3600
|
+
"http://www.nkd.com/",
|
|
3622
3601
|
"http://www.zalando-lounge.de/",
|
|
3623
|
-
"http://
|
|
3624
|
-
"http://mags.de/",
|
|
3625
|
-
"http://www.eberhardt-travel.de/",
|
|
3626
|
-
"http://www.wandern.de/"
|
|
3602
|
+
"http://www.fcstpauli.com/"
|
|
3627
3603
|
],
|
|
3628
3604
|
"errorSites": []
|
|
3629
3605
|
},
|
|
@@ -3741,9 +3717,9 @@
|
|
|
3741
3717
|
"selfTestFailures": 0,
|
|
3742
3718
|
"exampleSites": [
|
|
3743
3719
|
"http://lovattspuzzles.com/",
|
|
3744
|
-
"http://men.aznude.com/",
|
|
3745
|
-
"http://www.discoverwalks.com/",
|
|
3746
3720
|
"http://www.stockport.gov.uk/",
|
|
3721
|
+
"http://thisvid.com/",
|
|
3722
|
+
"http://www.askmid.com/",
|
|
3747
3723
|
"http://www.thisvid.com/"
|
|
3748
3724
|
],
|
|
3749
3725
|
"failingSites": [],
|