Skip to content

Commit 606eb91

Browse files
author
MB
committed
TowerData.com
1 parent 06fe58b commit 606eb91

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

src/chrome/content/rules/RL_CDN.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
For other RapLeaf coverage, see RapLeaf.xml.
2+
For other TowerData coverage, see TowerData.com.xml.
33
44
55
Fully covered hosts in *rlcdn.com:

src/chrome/content/rules/RapLeaf.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!--
2-
Other RapLeaf rulesets:
3-
4-
- RL_CDN.com.xml
2+
For other TowerData coverage, see TowerData.com.xml.
53
64
75
Problematic hosts in *rapleaf.com:
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!--
2+
Other TowerData rulesets:
3+
4+
- RL_CDN.com.xml
5+
- RapLeaf.xml
6+
7+
8+
Problematic hosts in *:
9+
10+
- ^ ¹
11+
- intelligence ²
12+
- www ²
13+
14+
¹ Dropped
15+
² Akamai
16+
17+
18+
Fully covered hosts in *towerdata.com:
19+
20+
- client
21+
- dashboard
22+
23+
24+
Insecure cookies are set for these hosts:
25+
26+
- client.towerdata.com
27+
- dashboard.towerdata.com
28+
29+
-->
30+
<ruleset name="TowerData.com (partial)">
31+
32+
<!-- Direct rewrites:
33+
-->
34+
<target host="client.towerdata.com" />
35+
<target host="dashboard.towerdata.com" />
36+
37+
38+
<!-- Not secured by server:
39+
-->
40+
<!--securecookie host="^dashboard\.towerdata\.com$" name="^_session_id$" /-->
41+
<!--securecookie host="^client\.towerdata\.com$" name="^PHPSESSID$" /-->
42+
43+
<securecookie host="^(?:client|dashboard)\.towerdata\.com$" name=".+" />
44+
45+
46+
<rule from="^http:"
47+
to="https:" />
48+
49+
</ruleset>

0 commit comments

Comments
 (0)