We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0691a commit c7dacb6Copy full SHA for c7dacb6
1 file changed
src/chrome/content/rules/Bahnhof.se.xml
@@ -0,0 +1,24 @@
1
+<!--
2
+ Nonfunctional hosts in *.bahnhof.se:
3
+ - tptest.bahnhof.se (t)
4
+ - user.bahnhof.se (e)
5
+ - web1.bahnhof.se (e)
6
+ - web2.bahnhof.se (e)
7
+
8
+ Customercontrolled subdomains:
9
+ - *.cust.bahnhof.se
10
+ - *.priv.bahnhof.se
11
+ - *.user.bahnhof.se
12
13
+ e: expired certificate
14
+ t: timeout on https
15
+-->
16
+<ruleset name="Bahnhof.se">
17
+ <target host="bahnhof.se" />
18
+ <target host="www.bahnhof.se" />
19
+ <target host="dhcp.bahnhof.se" />
20
+ <target host="ecs.bahnhof.se" />
21
+ <target host="epost.bahnhof.se" />
22
23
+ <rule from="^http:" to="https:" />
24
+</ruleset>
0 commit comments