"Add Item(s) by identifier" not working for DOI, PMID or ISBN
When I try to insert a reference into zotero, i get "Zotero could not find any identifiers in your input. Please verify your input and try again."
This happened just a week or two ago (i have worked with zotero seamlessly for a while now).
Any suggestion?
Report ID: 1535282951
Thanks!
This happened just a week or two ago (i have worked with zotero seamlessly for a while now).
Any suggestion?
Report ID: 1535282951
Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
Does any body know which websites I need to whitelist in NoScript to allow this to work?
Thanks!
I have whitelisted in NoScript the following sites:
example.com
datacite.org
medra.org
doi.org
airiti.com
None of them seems to work. Yet, when I disable NoScript, it works fine.
B) But still which servers is it that we have to whitelist?
See: D706550750
I'm fairly certain it's related to NoScript FF extension.
I'm looking forward to a solution.
Many thanks for your work!
I hope it contains someting useful...
OK, sounds like you might need to go to about:config in the Firefox address bar and toggle the noscript.forbidData preference to false by double-clicking it.Edit: See below.I'm surprised that whitelisting example.com doesn't work, though. Simon might have some other ideas here.
a) You can't whitelist data:
b) setting the entry to false makes no difference
Technical details: Simon knows more about how this works, but I believe we create a sandbox for http://www.example.com and make an XHR to a data: URI, and they're blocking that because of the scheme mismatch (http != data). Setting forbidXHR to 0 allows any XHR, whereas the default 1 allows cross-site XHR across trusted sites.
Are you contacting the NoScript developers? Can you keep us updated here? Thanks!
Anyways your noscript.forbidXHR to 0 works. So from there it is more a question about how much else that opens for. I will try to write them about it.
Tada. Thanks to everybody.