Skip to content

Commit 8323040

Browse files
committed
[ProQuest] Fix target regexp
Partially reverts change in 015fe58 Previous version of the regexp was matching against proxied URLs, which was breaking automatic proxy detection. The fix in 015fe58 didn't account for additional elements in the path.
1 parent c0044f1 commit 8323040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProQuest.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"translatorID": "fce388a6-a847-4777-87fb-6595e710b7e7",
33
"label": "ProQuest",
44
"creator": "Avram Lyon",
5-
"target": "^https?://search\\.proquest\\.com/(docview|pagepdf|results|publicationissue|browseterms|browsetitles|browseresults|myresearch\\/(figtables|documents))",
5+
"target": "^https?://search\\.proquest\\.com/(.*/)?(docview|pagepdf|results|publicationissue|browseterms|browsetitles|browseresults|myresearch\\/(figtables|documents))",
66
"minVersion": "3.0",
77
"maxVersion": "",
88
"priority": 100,
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsibv",
12-
"lastUpdated": "2014-11-16 10:31:47"
12+
"lastUpdated": "2014-11-18 10:31:47"
1313
}
1414

1515
/*

0 commit comments

Comments
 (0)