Skip to content

Commit 72b3350

Browse files
committed
1 parent 4e6840c commit 72b3350

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

src/chrome/content/rules/Tiscali.it.xml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@
99
* Dropped
1010
1111
12-
Problematic subdomains:
13-
14-
- mobile (works, expired 2012-09-09)
15-
16-
17-
Fully covered subdomains:
18-
19-
- assistenza
20-
- mail
21-
- selfcare
22-
- webcenter
23-
24-
2512
Mixed content:
2613
2714
- Images, on:
@@ -44,13 +31,18 @@
4431
-->
4532
<ruleset name="Tiscali.it (partial)">
4633

47-
<target host="*.tiscali.it" />
48-
34+
<target host="assistenza.tiscali.it" />
35+
<target host="casa.tiscali.it" />
36+
<target host="mail.tiscali.it" />
37+
<target host="mobile.tiscali.it" />
38+
<target host="selfcare.tiscali.it" />
39+
<target host="webcenter.tiscali.it" />
4940

50-
<securecookie host="^mail\.tiscali\.it$" name=".+" />
41+
<!-- breaks login
42+
<securecookie host="^mail\.tiscali\.it$" name=".+" /> -->
5143

5244

53-
<rule from="^http://(assistenza|mail|selfcare|webcenter)\.tiscali\.it/"
54-
to="https://$1.tiscali.it/" />
45+
<rule from="^http:"
46+
to="https:" />
5547

5648
</ruleset>

0 commit comments

Comments
 (0)