Author: Seth Schoen <[email protected]> Date: Mon, 25 Oct 2010 12:12:45 -0700 Subject: more thorough user-contributed rule for Drupal.org Commit: 6bc7bdcffc05874a7739bc3ec64cc4bc6eff8290
--- src/chrome/content/rules/Drupal.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/chrome/content/rules/Drupal.xml b/src/chrome/content/rules/Drupal.xml index 9ff84c8..e29bde6 100644 --- a/src/chrome/content/rules/Drupal.xml +++ b/src/chrome/content/rules/Drupal.xml @@ -1,4 +1,4 @@ <ruleset name="Drupal"> <rule from="^http://(www\.)?drupal\.org/" to="https://drupal.org/"/> + <rule from="^http://(groups|localize|testing|api|association|scratch|beta|chicago2011|london2011)\.drupal\.org/" to="https://$1.drupal.org/"/> </ruleset> - -- 1.7.1
