1 parent 6983f2c commit f5612aeCopy full SHA for f5612ae
1 file changed
src/chrome/content/rules/Ubuntu-TR.net.xml
@@ -0,0 +1,34 @@
1
+<!--
2
+ Nonfunctional hosts in *ubuntu-tr.net:
3
+
4
+ - gezegen *
5
+ - wiki *
6
7
+ * Shows forum.ubuntu-tr.net
8
9
10
+ Insecure cookies are set for these hosts:
11
12
+ - forum.ubuntu-tr.net
13
14
+-->
15
+<ruleset name="Ubuntu-TR.net (partial)">
16
17
+ <!-- Direct rewrites:
18
+ -->
19
+ <target host="ubuntu-tr.net" />
20
+ <target host="forum.ubuntu-tr.net" />
21
+ <target host="sudo.ubuntu-tr.net" />
22
23
24
+ <!-- Not secured by server:
25
26
+ <!--securecookie host="^forum\.ubuntu-tr\.net$" name="^PHPSESSID$" /-->
27
28
+ <securecookie host="^forum\.ubuntu-tr\.net$" name=".+" />
29
30
31
+ <rule from="^http:"
32
+ to="https:" />
33
34
+</ruleset>
0 commit comments