We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf7bb4 commit f7c9f2bCopy full SHA for f7c9f2b
src/chrome/content/rules/1177.se.xml
@@ -1,7 +1,14 @@
1
+<!--
2
+ Cert only matches *.1177.se
3
+
4
+-->
5
<ruleset name="1177.se">
- <target host="1177.se" />
- <target host="www.1177.se" />
6
- <rule from="^http://1177\.se/" to="https://www.1177.se/" />
- <rule from="^http://www\.1177\.se/" to="https://www.1177.se/" />
7
+ <target host="1177.se" />
8
+ <target host="www.1177.se" />
9
10
11
+ <rule from="^http://(?:www\.)?1177\.se/"
12
+ to="https://www.1177.se/" />
13
14
</ruleset>
0 commit comments