We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe37994 commit d619c92Copy full SHA for d619c92
src/chrome/content/rules/StrategyWiki.org.xml
@@ -0,0 +1,16 @@
1
+<!--
2
+ Mismatched:
3
+ - media (CN: abxy.org)
4
+-->
5
+
6
+<ruleset name="StrategyWiki.org">
7
+ <target host="strategywiki.org" />
8
+ <target host="www.strategywiki.org" />
9
+ <target host="beta.strategywiki.org" />
10
+ <target host="www.beta.strategywiki.org" />
11
+ <target host="media.beta.strategywiki.org" />
12
13
+ <securecookie host=".+" name=".+" />
14
15
+ <rule from="^http:" to="https:" />
16
+</ruleset>
0 commit comments