www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5ed230e8c403c0b2121844873e2937eeaaca9b66
parent 2d6739470e37edaf66e025e35935fa29049599a4
Author: Sean Takats <sean@takats.org>
Date:   Mon, 20 Apr 2009 19:20:20 +0000

Tweak zotero.org regex for SSL


Diffstat:
Mtranslators/zotero.org.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translators/zotero.org.js b/translators/zotero.org.js @@ -3,7 +3,7 @@ "translatorType":4, "label":"zotero.org", "creator":"Dan Stillman", - "target":"^http://[^/]*zotero\\.org/[^/]+/[0-9]+/(items(/?[0-9]+?)?|items/collection/[0-9]+)(\\?.*)?$", + "target":"^https?://[^/]*zotero\\.org/[^/]+/[0-9]+/(items(/?[0-9]+?)?|items/collection/[0-9]+)(\\?.*)?$", "minVersion":"1.0", "maxVersion":"", "priority":100,