This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathVdopia.xml
More file actions
74 lines (51 loc) · 2.24 KB
/
Vdopia.xml
File metadata and controls
74 lines (51 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://ivdopia.com/ => https://www.ivdopia.com/: (28, 'Connection timed out after 20000 milliseconds')
Fetch error: http://www.ivdopia.com/ => https://www.ivdopia.com/: (28, 'Connection timed out after 20000 milliseconds')
Fetch error: http://mobile.sb.vdopia.com/ => https://mobile.sb.vdopia.com/: (60, 'SSL certificate problem: certificate has expired')
Disabled by https-everywhere-checker because:
Fetch error: http://ivdopia.com/ => https://www.ivdopia.com/: (51, "SSL: no alternative certificate subject name matches target host name 'www.ivdopia.com'")
Fetch error: http://www.ivdopia.com/ => https://www.ivdopia.com/: (51, "SSL: no alternative certificate subject name matches target host name 'www.ivdopia.com'")
Fetch error: http://mobile.sb.vdopia.com/ => https://mobile.sb.vdopia.com/: (28, 'Connection timed out after 10000 milliseconds')
Problematic domains:
- ivdopia.com (mismatched)
- vdopia.com subdomains:
- cdn (akamai)
- i2 (self-signed)
- serve (revoked cert)
Partially covered subdomains:
- i2 ($ displays blank page over http, → ^)
Fully covered domains:
ivdopia.com (^ → www)
vdopia.com subdomains:
- (www.)
- cdn (→ mobile, $ redirects to mobile)
- i2 (→ ^)
- mobile
- online *
- sb *
- mobile.sb (appears identical to mobile)
- serve (→ ^)
* Seems identical to www
-->
<ruleset name="Vdopia" default_off="failed ruleset test">
<target host="ivdopia.com" />
<target host="www.ivdopia.com" />
<target host="vdopia.com" />
<target host="i2.vdopia.com" />
<target host="serve.vdopia.com" />
<target host="online.vdopia.com" />
<target host="sb.vdopia.com" />
<target host="www.vdopia.com" />
<target host="cdn.vdopia.com" />
<target host="mobile.vdopia.com" />
<target host="mobile.sb.vdopia.com" />
<exclusion pattern="^http://i2\.vdopia\.com/(?!js/)" />
<securecookie host="^(?:.+\.)?vdopia\.com$" name=".+" />
<rule from="^http://(?:www\.)?ivdopia\.com/"
to="https://www.ivdopia.com/" />
<rule from="^http://(?:i2\.|serve\.|(online\.|sb\.|www\.))?vdopia\.com/"
to="https://$1vdopia.com/" />
<rule from="^http://(?:cdn|mobile(\.sb)?)\.vdopia\.com/"
to="https://mobile$1.vdopia.com/" />
</ruleset>