We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7f9c8 commit fa1d6b8Copy full SHA for fa1d6b8
src/chrome/content/rules/Messenger.com.xml
@@ -1,27 +1,21 @@
1
<!--
2
For other Facebook coverage, see Facebook.xml.
3
4
+ HSTS preloaded:
5
+ - messenger.com
6
+ - www.messenger.com
7
8
Insecure cookies are set for these domains:
-
9
- .messenger.com
10
-->
-<ruleset name="Messenger.com">
11
12
- <!-- Direct rewrites:
13
- -->
14
- <target host="messenger.com" />
15
+<ruleset name="Messenger.com">
+ <!-- Direct rewrites -->
+ <target host="l.messenger.com" />
16
17
- <!-- Not secured by server:
18
+ <!-- Not secured by server -->
19
<!--securecookie host="^\.messenger\.com$" name="^(datr|noscript)$" /-->
20
21
<securecookie host=".+" name=".+" />
22
23
24
- <rule from="^http:"
25
- to="https:" />
26
+ <rule from="^http:" to="https:" />
27
</ruleset>
0 commit comments