We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c7e32 commit 5415caeCopy full SHA for 5415cae
src/chrome/content/rules/Twattle.net.xml
@@ -0,0 +1,43 @@
1
+<!--
2
+ Problematic hosts:
3
+
4
+ - www *
5
6
+ * Redirect loop
7
8
9
+ Fully covered hosts:
10
11
+ - (www.)? (www → ^)
12
13
14
+ Insecure cookies are set for these
15
16
+ - twattle.net
17
18
+-->
19
+<ruleset name="Twattle.net">
20
21
+ <!-- Direct rewrites:
22
+ -->
23
+ <target host="twattle.net" />
24
25
+ <!-- Complications:
26
27
+ <target host="www.twattle.net" />
28
29
30
+ <!-- Not secured by server:
31
32
+ <!--securecookie host="^twattle\.net$" name="^PHPSESSID$" /-->
33
34
+ <securecookie host="^twattle\.net$" name=".+" />
35
36
37
+ <rule from="^http://www\.twattle\.net/"
38
+ to="https://twattle.net/" />
39
40
+ <rule from="^http:"
41
+ to="https:" />
42
43
+</ruleset>
0 commit comments