We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60595e5 + 53b2580 commit cbcf889Copy full SHA for cbcf889
src/chrome/content/rules/Dmjx.dk.xml
@@ -0,0 +1,19 @@
1
+<ruleset name="Dmjx.dk">
2
+
3
+ <target host="dmjx.dk" />
4
+ <target host="www.dmjx.dk" />
5
6
+ <target host="cdncss.dmjx.dk" />
7
+ <target host="cdnpng.dmjx.dk" />
8
+ <target host="cdnjpg.dmjx.dk" />
9
+ <target host="cdnjs.dmjx.dk" />
10
11
+ <securecookie host="\.?(www\.)?dmjx\.dk" name=".+" />
12
13
+ <rule from="^http://(www\.)?dmjx\.dk/"
14
+ to="https://www.dmjx.dk/" />
15
16
+ <rule from="^http:"
17
+ to="https:" />
18
19
+</ruleset>
0 commit comments