We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d354b commit 53bbf01Copy full SHA for 53bbf01
src/chrome/content/rules/GNUnet.xml
@@ -2,11 +2,7 @@
2
<target host="gnunet.org" />
3
<target host="www.gnunet.org" />
4
5
- <test url="https://www.gnunet.org/" />
6
-
7
<securecookie host="^(?:.*\.)?gnunet\.org$" name=".+" />
8
9
- <rule from="^http:" to="https:" />
10
11
- <rule from="^https://www\.gnunet\.org/" to="https://gnunet.org/" />
+ <rule from="^https?://(www\.)?gnunet\.org/" to="https://gnunet.org/" />
12
</ruleset>
0 commit comments