Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 17:42:38 -0700 Subject: user-contributed rule for hotfile.com Commit: 1976dd752e2ba8721fa0049118f6945c4578e5bf
--- src/chrome/content/rules/Hotfile.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/Hotfile.xml diff --git a/src/chrome/content/rules/Hotfile.xml b/src/chrome/content/rules/Hotfile.xml new file mode 100644 index 0000000..281b7e0 --- /dev/null +++ b/src/chrome/content/rules/Hotfile.xml @@ -0,0 +1,4 @@ +<ruleset name="Hotfile"> + <rule from="^http://(www\.)?hotfile\.com/" to="https://hotfile.com/"/> +</ruleset> + -- 1.7.1
