Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 17:55:29 -0700 Subject: user-contributed rule for Winpcap project Commit: 66c2b81f7b04df81162d0a09a790698509ed8a53
--- src/chrome/content/rules/WinPcap.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/WinPcap.xml diff --git a/src/chrome/content/rules/WinPcap.xml b/src/chrome/content/rules/WinPcap.xml new file mode 100644 index 0000000..5c90c19 --- /dev/null +++ b/src/chrome/content/rules/WinPcap.xml @@ -0,0 +1,4 @@ +<ruleset name="WinPcap"> + <rule from="^http://winpcap\.org/" to="https://winpcap.org/"/> + <rule from="^http://www\.winpcap\.org/" to="https://www.winpcap.org/"/> +</ruleset> -- 1.7.1
