Skip to content

Commit a054b75

Browse files
author
MB
committed
std3.ru
1 parent 3077800 commit a054b75

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

src/chrome/content/rules/D3.ru.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<!--
2+
Other d3 rulesets:
3+
4+
- Std3.ru.xml
5+
6+
27
Observed working hosts in *d3.ru:
38
49
- (www.)?
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
For other d3 coverage, see D3.ru.xml.
3+
4+
5+
Fully covered hosts in *.std3.ru:
6+
7+
- (www.)?
8+
- g[1-4]
9+
- v1
10+
11+
-->
12+
<ruleset name="std3.ru">
13+
14+
<!-- Direct rewrites:
15+
-->
16+
<target host="std3.ru" />
17+
<target host="g1.std3.ru" />
18+
<target host="g2.std3.ru" />
19+
<target host="g3.std3.ru" />
20+
<target host="g4.std3.ru" />
21+
<target host="v1.std3.ru" />
22+
<target host="www.std3.ru" />
23+
24+
25+
<rule from="^http:"
26+
to="https:" />
27+
28+
</ruleset>

0 commit comments

Comments
 (0)