We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80ac96 commit 9ab4210Copy full SHA for 9ab4210
src/chrome/content/rules/Wuala.xml
@@ -1,14 +1,6 @@
1
-<ruleset name="wuala">
2
- <target host="wuala.com" />
3
- <target host="*.wuala.com" />
+<ruleset name="Wuala.com">
+ <target host="wuala.com" />
+ <target host="www.wuala.com" />
4
5
- <!-- Not secured by server:
6
- -->
7
- <!--securecookie host="^support\.wuala\.com$" name="^_icl_current_language$" /-->
8
- <!--securecookie host="^www\.wuala\.com$" name="^PHPSESSID$" /-->
9
-
10
- <securecookie host="^(?:(?:www|forum|stats|support|thumb\d+)\.)?wuala\.com$" name=".+" />
11
12
- <rule from="^http://wuala\.com/" to="https://wuala.com/"/>
13
- <rule from="^http://(www|cdn|forum|stats|support|thumb\d+)\.wuala\.com/" to="https://$1.wuala.com/"/>
+ <rule from="^http:" to="https:" />
14
</ruleset>
0 commit comments