[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 12/12] escape dots
Author: Seth Schoen <schoen@xxxxxxx>
Date: Sat, 30 Oct 2010 23:17:01 -0700
Subject: escape dots
Commit: 7453840fec6c5769eb375a3e02c1a371a4f165bf
---
pending-rules/Vonage.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pending-rules/Vonage.xml b/pending-rules/Vonage.xml
index ab7a984..cea1c07 100644
--- a/pending-rules/Vonage.xml
+++ b/pending-rules/Vonage.xml
@@ -1,5 +1,5 @@
<ruleset name="Vonage">
<rule from="^http://(www\.)?vonage\.com/" to="https://www.vonage.com/"/>
- <rule from="^http://(www\.)?vonage\.co.uk/" to="https://www.vonage.co.uk/"/>
+ <rule from="^http://(www\.)?vonage\.co\.uk/" to="https://www.vonage.co.uk/"/>
<rule from="^http://(www\.)?vonage\.ca/" to="https://www.vonage.ca/"/>
</ruleset>
--
1.7.1