We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aa3a79 + 0b1066a commit 882dec0Copy full SHA for 882dec0
src/chrome/content/rules/Altinget.dk.xml
@@ -0,0 +1,18 @@
1
+<!--
2
+ Notes:
3
+ - Some fonts are not included in browsers that block
4
+ mixed content.
5
+ - https://s.spindoktor.dk provides a certificate for
6
+ altinget.dk and www.altinget.dk, for some, probably
7
+ historical, reason.
8
+
9
+ Not included:
10
+ banner.altinget.dk (not in cert)
11
+-->
12
+<ruleset name="Altinget.dk (partial)">
13
+ <target host="altinget.dk" />
14
+ <target host="www.altinget.dk" />
15
16
+ <rule from="^http:"
17
+ to="https:" />
18
+</ruleset>
0 commit comments