Tweak zotero.org regex for SSL

This commit is contained in:
Sean Takats 2009-04-20 19:20:20 +00:00
parent 2d6739470e
commit 5ed230e8c4

View file

@ -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,