We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf5f4d commit fd03374Copy full SHA for fd03374
src/chrome/content/rules/Hackerspaces.nl.xml
@@ -1,24 +1,14 @@
1
<!--
2
- Expired 2012-09-18
3
-
4
5
- Mixed content:
6
7
- - iframes, on ^ from:
8
9
- - ^ *
10
- - frack.nl
11
12
- * Secured by us
13
+ send HSTS header including all subdomains, but not preloaded
14
-->
15
-<ruleset name="hackerspaces.nl (false MCB)" default_off="expired" platform="mixedcontent">
+<ruleset name="hackerspaces.nl">
16
17
<target host="hackerspaces.nl" />
18
<target host="www.hackerspaces.nl" />
+ <target host="amsterdam.hackerspaces.nl" />
19
20
21
- <rule from="^http://(?:www\.)?hackerspaces\.nl/"
22
- to="https://hackerspaces.nl/" />
+ <rule from="^http:"
+ to="https:" />
23
24
</ruleset>
0 commit comments