forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path360_Yield.xml
More file actions
52 lines (30 loc) · 757 Bytes
/
360_Yield.xml
File metadata and controls
52 lines (30 loc) · 757 Bytes
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
<!--
Ads and web bugs.
CDN buckets:
- improve.vo.llnwd.net
- .hs. does not exist
- creative
Nonfunctional subdomains:
- creative (400; mismatched, CN: *.hs.llnwd.net)
Problematic subdomains:
- (www.) (identical to admin; mismatched, CN: admin.360yield.com)
Fully covered subdomains:
- (www.) (→ admin)
- ad
- admin
-->
<ruleset name="360 Yield">
<target host="360yield.com" />
<target host="*.360yield.com" />
<!--
Observed cookie domains:
- .
- ad
- .ad
-->
<securecookie host=".*\.360yield\.com$" name=".+" />
<rule from="^http://(?:www\.)?360yield\.com/"
to="https://admin.360yield.com/" />
<rule from="^http://ad(min)?\.360yield\.com/"
to="https://ad$1.360yield.com/" />
</ruleset>