We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054459f commit a156bd0Copy full SHA for a156bd0
1 file changed
src/chrome/content/rules/Tagesanzeiger.ch.xml
@@ -0,0 +1,40 @@
1
+<!--
2
+ Nonfunctional hosts:
3
+
4
+ - blog ¹
5
+ - epaper ¹
6
+ - jobs ²
7
+ - marktplatz ¹
8
+ - weiterbildung ³
9
+ - www ⁴
10
11
+ ¹ Refused
12
+ ² Blank page/404
13
+ ³ Dropped
14
+ ⁴ Redirects to http
15
16
17
+ Fully covered hosts:
18
19
+ - abo
20
+ - abopage-mediafiles
21
+ - track
22
23
+-->
24
+<ruleset name="tagesanzeiger.ch (partial)">
25
26
+ <!-- Direct rewrites:
27
+ -->
28
+ <target host="abo.tagesanzeiger.ch" />
29
+ <target host="abopage-mediafiles.tagesanzeiger.ch" />
30
+ <target host="track.tagesanzeiger.ch" />
31
32
+ <!-- Redirects to http:
33
34
+ <!--exclusion pattern="^http://www\.tagesanzeiger\.ch/$" /-->
35
36
37
+ <rule from="^http:"
38
+ to="https:" />
39
40
+</ruleset>
0 commit comments