File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments