We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ab1cd commit eb6b3f2Copy full SHA for eb6b3f2
src/chrome/content/rules/forum-3dcenter.org.xml
@@ -1,9 +1,8 @@
1
<ruleset name="forum-3dcenter.org">
2
- <target host="forum-3dcenter.org" />
3
- <target host="www.forum-3dcenter.org" />
+ <target host="forum-3dcenter.org" />
+ <target host="www.forum-3dcenter.org" />
4
5
- <rule from="^http://forum-3dcenter\.org/"
6
- to="https://www.forum-3dcenter.org/"/>
7
- <rule from="^http:"
8
- to="https:" />
+ <securecookie host=".+" name=".+" />
+
+ <rule from="^http:" to="https:" />
9
</ruleset>
0 commit comments