Skip to content

Commit 8462d4e

Browse files
committed
Merge pull request EFForg#2532 from galenide/improved-wellsfargo-ruleset
[Wells Fargo] Improved cosmetics, secured cookies, and added test URLs.
2 parents 0299735 + f5cf4e4 commit 8462d4e

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://wellsfargo.com/ => https://www.wellsfargo.com/: (28, 'Operation timed out after 0 milliseconds with 0 out of 0 bytes received')
4-
-->
5-
<ruleset name="Wells Fargo" default_off='failed ruleset test'>
6-
<target host="wellsfargo.com" />
7-
<target host="*.wellsfargo.com" />
1+
<ruleset name="Wells Fargo">
2+
<target host="wellsfargo.com" />
3+
<target host="*.wellsfargo.com" />
84

9-
<rule from="^http://wellsfargo\.com/" to="https://www.wellsfargo.com/" />
10-
<rule from="^http://([^/:@\.]+)\.wellsfargo\.com/" to="https://$1.wellsfargo.com/" />
11-
</ruleset>
5+
<securecookie host="(^|\.)wellsfargo\.com$"
6+
name=".+" />
7+
8+
<test url="http://financial.wellsfargo.com/" />
9+
<test url="http://www.wellsfargo.com/" />
10+
11+
<rule from="^http://wellsfargo\.com/"
12+
to="https://www.wellsfargo.com/" />
13+
<rule from="^http://([\w-]+)\.wellsfargo\.com/"
14+
to="https://$1.wellsfargo.com/" />
15+
</ruleset>

0 commit comments

Comments
 (0)