[Pkg-mozext-commits] [SCM] Packaging for https-everywhere branch, experimental, updated. debian/3.2-1
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Sun Apr 28 12:39:48 UTC 2013
The following commit has been merged in the experimental branch:
commit 72a7ec71c3f6a76009cbc403288b0fcf6f8815b3
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Mon Sep 27 16:04:28 2010 -0400
fix escaping . in wordpress exclusion patterns
diff --git a/src/chrome/content/rules/WordPress.xml b/src/chrome/content/rules/WordPress.xml
index 9c5b274..dd63920 100644
--- a/src/chrome/content/rules/WordPress.xml
+++ b/src/chrome/content/rules/WordPress.xml
@@ -1,6 +1,6 @@
<ruleset name="WordPress.com">
- <exclusion pattern="^http://en.blog\.wordpress\.com"/>
- <exclusion pattern="^http://en.blog.files\.wordpress\.com"/>
+ <exclusion pattern="^http://en\.blog\.wordpress\.com"/>
+ <exclusion pattern="^http://en\.blog\.files\.wordpress\.com"/>
<rule from="^http://wordpress\.com/" to="https://wordpress.com/"/>
<rule from="^http://www\.wordpress\.com/" to="https://www.wordpress.com/"/>
<rule from="^http://([^/:@]*)\.wordpress\.com/" to="https://$1.wordpress.com/"/>
--
Packaging for https-everywhere
More information about the Pkg-mozext-commits
mailing list