Tweak zotero.org regex for SSL
This commit is contained in:
parent
2d6739470e
commit
5ed230e8c4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue