[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 257/291] Commited the wrong rule. This adds the correct content
Author: Mike Cardwell <github@xxxxxxxxxxxx>
Date: Fri, 22 Oct 2010 17:38:46 +0100
Subject: Commited the wrong rule. This adds the correct content
Commit: a03c08aa84ab82f33cbf72d3b0f52d2ae6372b2d
---
src/chrome/content/rules/Pizzahut.xml | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/chrome/content/rules/Pizzahut.xml b/src/chrome/content/rules/Pizzahut.xml
index def11b5..8a9988b 100644
--- a/src/chrome/content/rules/Pizzahut.xml
+++ b/src/chrome/content/rules/Pizzahut.xml
@@ -1,5 +1,4 @@
-<ruleset name="Linode">
- <rule from="^http://(www\.)?linode\.com/" to="https://www.linode.com/"/>
- <rule from="^http://stats\.linode\.com/" to="https://stats.linode.com/"/>
+<ruleset name="Pizzahut">
+ <rule from="^http://(www\.)?pizzahut\.co\.uk/" to="https://www.pizzahut.co.uk/"/>
+ <rule from="^http://(delivery)\.pizzahut\.co\.uk/" to="https://$1.pizzahut.co.uk/"/>
</ruleset>
-
--
1.7.1