Skip to content

Commit d125846

Browse files
committed
Conflicts: src/chrome/content/rules/Verizon.xml
1 parent 6b0467d commit d125846

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/chrome/content/rules/Verizon.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
<target host="www.verizonwireless.com" />
66
<target host="verizonwireless.com" />
77

8-
<rule from="^http://(www\.)?verizon\.com/" to="https://www22.verizon.com/"/>
8+
<!-- Ugh horrible exclusion to work around Verizon security bugs
9+
https://mail1.eff.org/pipermail/https-everywhere/2011-November/001237.html
10+
-->
11+
<exculsion pattern="^http://www22\.verizon\.com/secure/pages/viewbill/" />
12+
13+
<rule from="^http://(?:www\.)?verizon\.com/" to="https://www22.verizon.com/"/>
914
<rule from="^http://www22\.verizon\.com/" to="https://www22.verizon.com/"/>
1015
<rule from="^http://(www\.)?verizonwireless\.com/" to="https://www.verizonwireless.com/"/>
1116
</ruleset>

0 commit comments

Comments
 (0)