We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3077800 commit a054b75Copy full SHA for a054b75
src/chrome/content/rules/D3.ru.xml
@@ -1,4 +1,9 @@
1
<!--
2
+ Other d3 rulesets:
3
+
4
+ - Std3.ru.xml
5
6
7
Observed working hosts in *d3.ru:
8
9
- (www.)?
src/chrome/content/rules/Std3.ru.xml
@@ -0,0 +1,28 @@
+<!--
+ For other d3 coverage, see D3.ru.xml.
+ Fully covered hosts in *.std3.ru:
+ - (www.)?
+ - g[1-4]
+ - 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