We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3332dda + 581f90f commit 233f697Copy full SHA for 233f697
src/chrome/content/rules/Wilders-Security-Forums.xml
@@ -1,15 +1,10 @@
1
-<ruleset name="Wilders Security Forums" default_off="self-signed">
+<ruleset name="Wilders Security Forums">
2
3
<target host="wilderssecurity.com" />
4
- <!-- * for cross-domain cookies. -->
5
- <target host="*.wilderssecurity.com" />
+ <target host="www.wilderssecurity.com" />
6
+ <securecookie host=".+" name=".+" />
7
8
- <securecookie host="^\.wilderssecurity\.com$" name=".*" />
9
-
10
11
- <!-- Cert doesn't match !www. -->
12
- <rule from="^http://(?:www\.)?wilderssecurity\.com/"
13
- to="https://www.wilderssecurity.com/" />
+ <rule from="^http:" to="https:" />
14
15
</ruleset>
0 commit comments