Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

Fix Docmap Explorer in Firefox #218

Closed andrewedstrom closed 8 months ago

andrewedstrom commented 8 months ago

Description

The docmap explorer wasn't working in Firefox and Safari because a CORS error that only happens in those browsers was causing the tabs not to be displayed. The CORS error happened when fetching data from crossref.

This PR comments out the request to crossref and the crossref tab in the explorer UI. We can bring those back once the CORS issue is fixed.

Other changes in this pr:

Related Issues

List any issues that are related to this pull request, such as bug reports or feature requests.

Checklist

Additional Information